Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / StrokeWidth Property

In This Topic
    StrokeWidth Property
    In This Topic
    The stroke-width property defines the thickness of a line, text or outline of an element.
    Syntax
    'Declaration
     
    
    Public Property StrokeWidth As Nullable(Of Double)
    public Nullable<double> StrokeWidth {get; set;}
    See Also