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

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