Skip to main content

BrickBase.NoClip Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
public virtual bool NoClip { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also