Xceed Grid for WinForms v4.3 Documentation
TextPadding Property (CellViewerManagerReportStyle)


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

Property Value

A Xceed.UI.Margins structure representing the Xceed.Grid.Viewers.CellViewerManager's text 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

Reference

CellViewerManagerReportStyle Class
CellViewerManagerReportStyle Members