FlexGrid for WinForms
TextAlign Property (CellStyle)



Gets or sets the text alignment.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the text alignment.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property TextAlign As TextAlignEnum
'Usage
 
Dim instance As CellStyle
Dim value As TextAlignEnum
 
instance.TextAlign = value
 
value = instance.TextAlign
[C1Description("Gets or sets the text alignment.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public TextAlignEnum TextAlign {get; set;}
[C1Description("Gets or sets the text alignment.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property TextAlignEnum TextAlign {
   TextAlignEnum get();
   void set (    TextAlignEnum value);
}
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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback