BrickStyle.Default Property
OBSOLETE
This property is now obsolete. You should use the CreateDefault() method instead.
Gets the BrickStyle object whose properties are set to their default values.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Obsolete("This property is now obsolete. You should use the CreateDefault method instead.")]
public static BrickStyle Default { get; }
Property Value
Type | Description |
---|---|
BrickStyle | A BrickStyle object representing a report drawing style. |
Remarks
The Default property is now obsolete. Use the BrickStyle.CreateDefault method instead.
See Also