Skip to main content
A newer version of this page is available. .

BrickBase.NoClip Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
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