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


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Control Class : HorizontalContentOptions Property
Gets or sets how the Control's Content is aligned horizontally.
Syntax
'Declaration
 
Public Property HorizontalContentOptions As LayoutOptions
'Usage
 
Dim instance As Control
Dim value As LayoutOptions
 
instance.HorizontalContentOptions = value
 
value = instance.HorizontalContentOptions
public LayoutOptions HorizontalContentOptions {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