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.
'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.
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