Back to Devexpress

BrickStyle.Padding Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-39259492.md

latest1.2 KB
Original Source

BrickStyle.Padding Property

Gets or sets the padding values of a brick.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual PaddingInfo Padding { get; set; }
vb
Public Overridable Property Padding As PaddingInfo

Property Value

TypeDescription
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

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace