FlexGrid for WinForms
TextAlign Property (RowCol)



Gets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<C1DescriptionAttribute("Gets or sets the alignment for text in this row or column.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property TextAlign As TextAlignEnum
'Usage
 
Dim instance As RowCol
Dim value As TextAlignEnum
 
instance.TextAlign = value
 
value = instance.TextAlign
[Category("Appearance")]
[C1Description("Gets or sets the alignment for text in this row or column.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public TextAlignEnum TextAlign {get; set;}
[Category("Appearance")]
[C1Description("Gets or sets the alignment for text in this row or column.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property TextAlignEnum TextAlign {
   TextAlignEnum get();
   void set (    TextAlignEnum value);
}
Remarks
This property gets or sets the alignment value specified by the CellStyle object associated with the column.
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

RowCol Class
RowCol Members

 

 


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

Send Feedback