A newer version of this page is available.
Switch to the current version.
BrickStyle.Padding Property
Gets or sets the padding values of a brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
[XtraSerializableProperty]
public virtual PaddingInfo Padding { get; set; }
<XtraSerializableProperty>
Public Overridable Property Padding As PaddingInfo
Property Value
Type | Description |
---|---|
PaddingInfo | A PaddingInfo object which contains the padding values of a brick. |
Remarks
This property specifies indent values which are used to render the contents of the brick it contains.
See Also
Feedback