Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / PictureAlignH Property


In This Topic
PictureAlignH Property
In This Topic
Gets or sets the horizontal alignment of the check box picture in the control.
Syntax
'Declaration
 
Public Overridable Property PictureAlignH As HorizontalAlignment
 
'Usage
 
Dim instance As FpCheckBox
Dim value As HorizontalAlignment
 
instance.PictureAlignH = value
 
value = instance.PictureAlignH
See Also