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

BrickStyle.BorderWidthSerializable Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
public float BorderWidthSerializable { get; set; }

Property Value

Type Description
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