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

In This Topic
    Right Property (C1Style)
    In This Topic
    The right property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
    Syntax
    'Declaration
     
    
    Public Property Right As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> Right {get; set;}
    See Also