Xceed Grid for WinForms v4.3 Documentation
HorizontalAlignment Property (FormulaBoxAppearance)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > FormulaBoxAppearance Class : HorizontalAlignment Property
Gets or sets the horizontal alignment of the formula box's content.
Syntax
'Declaration
 
<DescriptionAttribute("The horizontal alignment of the formula box's content.")>
<CategoryAttribute("Appearance")>
Public Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As FormulaBoxAppearance
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
[Description("The horizontal alignment of the formula box's content.")]
[Category("Appearance")]
public HorizontalAlignment HorizontalAlignment {get; set;}

Property Value

A System.Windows.Forms.HorizontalAlignment value representing the horizontal alignment of the formula box's content.
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

FormulaBoxAppearance Class
FormulaBoxAppearance Members