Xceed Grid for WinForms v4.3 Documentation
ImageAlignment Property (CellViewerManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : ImageAlignment Property
Gets or sets the alignment of the image in the ImageArea.
Syntax
'Declaration
 
<DescriptionAttribute("The alignment of the image in the ImageArea.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
Public Property ImageAlignment As ViewerImageAlignment
'Usage
 
Dim instance As CellViewerManager
Dim value As ViewerImageAlignment
 
instance.ImageAlignment = value
 
value = instance.ImageAlignment
[Description("The alignment of the image in the ImageArea.")]
[Category("Appearance")]
[Localizable(true)]
public ViewerImageAlignment ImageAlignment {get; set;}

Property Value

A ViewerImageAlignment value representing the alignment of the image in the ImageArea. By default, DefaultImageAlignment.
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

CellViewerManager Class
CellViewerManager Members