Spread Windows Forms 15.0
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
    bool AllowEditorVerticalAlignment {get; set;}
    See Also