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

In This Topic
    Stroke Property
    In This Topic
    The stroke property defines the color of a line, text or outline of an element.
    Syntax
    'Declaration
     
    
    Public Property Stroke As C1Color
    public C1Color Stroke {get; set;}
    See Also