BrickStyle.Padding Property
In This Article
Gets or sets the padding values of a brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public virtual PaddingInfo Padding { get; set; }
#Property Value
Type | Description |
---|---|
Padding |
A Padding |
#Remarks
This property specifies indent values which are used to render the contents of the brick it contains.
See Also