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


IconAlignment Property (ThreeStateIconNotify)
Gets or sets the System.Drawing.ContentAlignment of the icon.
Syntax
'Declaration
 
Public Property IconAlignment As ContentAlignment
 
'Usage
 
Dim instance As ThreeStateIconNotify
Dim value As ContentAlignment
 
instance.IconAlignment = value
 
value = instance.IconAlignment

Property Value

The icon alignment. The default is System.Drawing.ContentAlignment.MiddleRight.
Exceptions
ExceptionDescription
The assigned value is not a valid System.Drawing.ContentAlignment value.
See Also