Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleRadialGradientDefinition Structure / PositionY Property

In This Topic
    PositionY Property
    In This Topic
    Gets the y-position of the center.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PositionY As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> PositionY {get;}
    See Also