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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : ImagePadding Property
Gets or sets the padding surrounding the viewer's image.
Syntax
'Declaration
 
<DescriptionAttribute("The padding surrounding the viewer's image.")>
<CategoryAttribute("Appearance")>
Public Property ImagePadding As Margins
'Usage
 
Dim instance As CellViewerManager
Dim value As Margins
 
instance.ImagePadding = value
 
value = instance.ImagePadding
[Description("The padding surrounding the viewer's image.")]
[Category("Appearance")]
public Margins ImagePadding {get; set;}

Property Value

A Xceed.UI.Margins structure representing the viewer's image's padding. By default, DefaultImagePadding.
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