VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfPen Class / LineJoinStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    LineJoinStyle Свойство (PdfPen)
    В этом разделе
    Возвращает или задает стиль соединения концов двух последовательных линий, нарисованных с помощью PdfPen.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(MiterJoin)>
    <DescriptionAttribute("Join style for the ends of two consecutive lines drawn with this pen.")>
    Public Property LineJoinStyle As Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle
    
    
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { get; set; }
    
    
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get_LineJoinStyle();
    public: __property void set_LineJoinStyle(
    Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value
    );
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public:
    property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также