Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / StyleName Property


In This Topic
    StyleName Property (ElementStyle)
    In This Topic
    Gets or sets the name for the created style.
    Syntax
    'Declaration
     
    
    Public Overridable Property StyleName As String
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public virtual string StyleName {get; set;}
    See Also