C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / Padding Property

In This Topic
Padding Property
In This Topic
Gets or sets the padding (white space added between the style owner's content and borders).
Syntax
'Declaration
 
Public Property Padding As IOffsets
 
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.

See Also