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