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

ZoomRectangle.BorderLineStyle Property

Provides access to the line style of zoom rectangle borders.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle BorderLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object.

See Also