Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class
Members

In This Topic
    C1Style Class
    In This Topic
    This class simplify the manipulation of CSS properties.
    Object Model
    C1Style ClassC1Color ClassC1StyleBackgroundImage ClassC1Color ClassC1Color ClassC1Color Class
    Syntax
    'Declaration
     
    
    Public Class C1Style 
    public class C1Style 
    Remarks
    The Parse method allows converting from a standard CSS style string to a C1Style object and ToString method converts back to string.
    Inheritance Hierarchy

    System.Object
       C1.Blazor.Core.C1Style

    See Also