Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / StyleName Property


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