Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / IconAlignment Property


In This Topic
IconAlignment Property (IconNotify)
In This Topic
Gets or sets the alignment of the Icon.
Syntax
'Declaration
 
Public Property IconAlignment As ContentAlignment
 
'Usage
 
Dim instance As IconNotify
Dim value As ContentAlignment
 
instance.IconAlignment = value
 
value = instance.IconAlignment
See Also