FlexGrid for WinForms
ImageAlign Property (CellStyle)



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