Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleGradientStop Structure / Offset Property

In This Topic
    Offset Property (C1StyleGradientStop)
    In This Topic
    Gets the offset of the gradient stop.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Offset As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> Offset {get;}
    See Also