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

In This Topic
    WhiteSpace Property
    In This Topic
    The white-space property specifies how white-space inside an element is handled.
    Syntax
    'Declaration
     
    
    Public Property WhiteSpace As Nullable(Of C1StyleWhiteSpace)
    public Nullable<C1StyleWhiteSpace> WhiteSpace {get; set;}
    See Also