Xceed Grid for WinForms v4.3 Documentation
CheckAlign Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCheckBox Class : CheckAlign Property
Gets or sets the horizontal and vertical alignment of the checkbox in the WinCheckBox control.
Syntax
'Declaration
 
<DescriptionAttribute("The horizontal and vertical alignment of the checkbox in the WinCheckBox control.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<CategoryAttribute("Appearance")>
Public Property CheckAlign As ContentAlignment
'Usage
 
Dim instance As WinCheckBox
Dim value As ContentAlignment
 
instance.CheckAlign = value
 
value = instance.CheckAlign
[Description("The horizontal and vertical alignment of the checkbox in the WinCheckBox control.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Category("Appearance")]
public ContentAlignment CheckAlign {get; set;}

Property Value

A System.Drawing.ContentAlignment representing the horizontal and vertical alignment of the checkbox in the WinCheckBox control. By default, ContentAlignment.MiddleLeft.
Requirements

Target Platforms: 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

WinCheckBox Class
WinCheckBox Members