BrickStyle.Default Property
In This Article
OBSOLETE
This property is now obsolete. You should use the Create
Gets the BrickStyle object whose properties are set to their default values.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.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 |
---|---|
Brick |
A Brick |
#Remarks
The Default property is now obsolete. Use the BrickStyle.CreateDefault method instead.
See Also