VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfLinesAnnotationView Class / LineStyle Property
Syntax Requirements SeeAlso
In This Topic
    LineStyle Property (WpfLinesAnnotationView)
    In This Topic
    Gets or sets the style of line.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Solid)>
    <DescriptionAttribute("The style of line.")>
    Public Property LineStyle As Vintasoft.Imaging.Annotation.AnnotationLineStyle
    
    
    [DefaultValue(Solid)]
    [Description("The style of line.")]
    public Vintasoft.Imaging.Annotation.AnnotationLineStyle LineStyle { get; set; }
    
    
    [DefaultValue(Solid)]
    [Description("The style of line.")]
    public: __property Vintasoft.Imaging.Annotation.AnnotationLineStyle get_LineStyle();
    public: __property void set_LineStyle(
    Vintasoft.Imaging.Annotation.AnnotationLineStyle value
    );

    Property Value

    Default value is AnnotationLineStyle.Solid.
    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