GrapeCity.Win.MultiRow Namespace > ImageCell Class : ImageAlign Property |
<LocalizableAttribute(True)> <DefaultValueAttribute()> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("Indicates the alignment of the image displayed on the Cell.")> Public Property ImageAlign As ContentAlignment
Dim instance As ImageCell Dim value As ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[Localizable(true)] [DefaultValue()] [SRCategory("Appearance")] [SRDescription("Indicates the alignment of the image displayed on the Cell.")] public ContentAlignment ImageAlign {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The specified value is not one of the System.Drawing.ContentAlignment values. |
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