Xceed Toolkit for Maui v2.0 Documentation
VerticalContentOptions Property (Control)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Control Class : VerticalContentOptions Property
Gets or sets how the Control's Content is aligned vertically.
Syntax
'Declaration
 
Public Property VerticalContentOptions As LayoutOptions
'Usage
 
Dim instance As Control
Dim value As LayoutOptions
 
instance.VerticalContentOptions = value
 
value = instance.VerticalContentOptions
public LayoutOptions VerticalContentOptions {get; set;}
Remarks
The default value is Center.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Control Class
Control Members