Spread Windows Forms 12.0 Product Documentation
AlignHorz Property (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : AlignHorz Property
Gets or sets the horizontal alignment of the contents of the control.
Syntax
'Declaration
 
Public Overridable Property AlignHorz As HorizontalAlignment
'Usage
 
Dim instance As ElementControl
Dim value As HorizontalAlignment
 
instance.AlignHorz = value
 
value = instance.AlignHorz
public virtual HorizontalAlignment AlignHorz {get; set;}

Property Value

HorizontalAlignment setting that determines the alignment
Remarks

Specify the vertical alignment of the contents by setting the AlignVert property. Specify the alignment of the text and picture in the control, if applicable, by setting the AlignText property.

See Also

Reference

ElementControl Class
ElementControl Members
AlignVert Property
AlignText Property
HorizontalAlignment Enumeration