Skip to main content

DiagramAppearanceOptions.UseBorderSize Property

Gets or sets whether to apply the size setting to the item’s borders.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
public bool UseBorderSize { get; set; }

Property Value

Type Default Description
Boolean false

true to apply the size setting to the item’s borders; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseBorderSize
DiagramAppearanceObject
.Options .UseBorderSize
See Also