FlexGrid for WinForms
TextAlignFixed Property



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