Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class / Styles Field
Example


In This Topic
    Styles Field
    In This Topic
    Array of NamedStyle objects containing the default styles.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Styles As NamedStyle()
    'Usage
     
    
    Dim value() As NamedStyle()
     
    value = DefaultStyleCollection.Styles
    public static readonly NamedStyle[] Styles

    Field Value

    NamedStyle object containing the style
    Example
    See Also