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

DiagramAppearanceObject.BorderSize Property

Gets or sets the value that specifies the border thickness.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(1)]
public int BorderSize { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the border thickness.

See Also