Skip to main content

BrickBase.NoClip Property

Specifies whether or not a brick’s bounds can be clipped.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public virtual bool NoClip { get; set; }

Property Value

Type Description
Boolean

true to disable clipping a brick’s bounds; otherwise false.

See Also