Back to Devexpress

BrickStyle.BorderWidthSerializable Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-a4780487.md

latest1.4 KB
Original Source

BrickStyle.BorderWidthSerializable Property

Gets or sets the string value used to support serialization of the BrickStyle.BorderWidth property.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public float BorderWidthSerializable { get; set; }
vb
<Browsable(False)>
Public Property BorderWidthSerializable As Single

Property Value

TypeDescription
Single

A String value.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace