Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / CellViewerManagerReportStyle Class / ImagePadding Property


In This Topic
    ImagePadding Property (CellViewerManagerReportStyle)
    In This Topic
    Gets or sets the padding surrounding the Xceed.Grid.Viewers.CellViewerManager's image, in hundredths of an inch, when it is printed in a report.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The padding surrounding the CellViewerManager's image, in hundredths of an inch, when it is printed in a report.")>
    <CategoryAttribute("Appearance")>
    Public Property ImagePadding As Margins
    'Usage
     
    Dim instance As CellViewerManagerReportStyle
    Dim value As Margins
     
    instance.ImagePadding = value
     
    value = instance.ImagePadding
    [Description("The padding surrounding the CellViewerManager's image, in hundredths of an inch, when it is printed in a report.")]
    [Category("Appearance")]
    public Margins ImagePadding {get; set;}

    Property Value

    A Xceed.UI.Margins structure representing the Xceed.Grid.Viewers.CellViewerManager's image's padding, in hundredths of an inch, when it is printed in a report. By default, Xceed.UI.Margins.Empty.
    Remarks

    The UnitConverter class can be used to convert values to and from hundredths of an inch.

    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