Spread WinForms 15
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
See Also