Gets or sets the padding (white space added between the style owner's content and borders).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public IOffsets Padding { get; set; } |
Visual Basic |
---|
Public Property Padding As IOffsets Get Set |
Remarks
Padding is within Borders (if any), while Spacing is added outside of borders.
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).
The default is no padding.