Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Name Property
Example


In This Topic
    Name Property (NamedStyle)
    In This Topic
    Gets or sets the name of the style.
    Syntax
    'Declaration
     
    
    Public Overridable Property Name As String
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public virtual string Name {get; set;}

    Property Value

    String containing the name of the style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also