Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / INamedStyleSupport Interface / NamedStyles Property
Example


In This Topic
    NamedStyles Property (INamedStyleSupport)
    In This Topic
    Gets or sets the collection of styles used by the style model.
    Syntax
    'Declaration
     
    
    Property NamedStyles As NamedStyleCollection
    'Usage
     
    
    Dim instance As INamedStyleSupport
    Dim value As NamedStyleCollection
     
    instance.NamedStyles = value
     
    value = instance.NamedStyles
    NamedStyleCollection NamedStyles {get; set;}

    Property Value

    NamedStyleCollection containing the collection of styles
    Example
    This example sets the collection of styles used by the style model.
    See Also