VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCap Class / Style Property
Syntax Requirements SeeAlso
In This Topic
    Style Property (LineCap)
    In This Topic
    Gets or sets the style of the cap.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The style of the cap.")>
    Public Property Style As LineCapStyles
    
    
    [Description("The style of the cap.")]
    public LineCapStyles Style { get; set; }
    
    
    [Description("The style of the cap.")]
    public: __property LineCapStyles get_Style();
    public: __property void set_Style(
    LineCapStyles value
    );
    [Description("The style of the cap.")]
    public:
    property LineCapStyles Style { LineCapStyles get(); void set(LineCapStyles value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also