GrapeCity MultiRow Windows Forms Documentation
ImageLayout Property


Gets or sets the graphics layout style for the image cell.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the layout of the image displayed on the Cell.")>
<LocalizableAttribute(True)>
<SRCategoryAttribute("Appearance")>
Public Property ImageLayout As ImageCellLayout
Dim instance As ImageCell
Dim value As ImageCellLayout
 
instance.ImageLayout = value
 
value = instance.ImageLayout
[DefaultValue()]
[SRDescription("Indicates the layout of the image displayed on the Cell.")]
[Localizable(true)]
[SRCategory("Appearance")]
public ImageCellLayout ImageLayout {get; set;}

Property Value

One of the ImageCellLayout values. The default is ImageCellLayout.Normal.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the ImageCellLayout values.
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

ImageCell Class
ImageCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.