Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IVerticalAlignmentSupport Interface / AllowEditorVerticalAlignment Property


In This Topic
AllowEditorVerticalAlignment Property
In This Topic
Gets or sets whether to allow vertical alignment.
Syntax
'Declaration
 
Property AllowEditorVerticalAlignment As Boolean
 
'Usage
 
Dim instance As IVerticalAlignmentSupport
Dim value As Boolean
 
instance.AllowEditorVerticalAlignment = value
 
value = instance.AllowEditorVerticalAlignment
See Also