Back to Devexpress

ZoomRectangle.BorderLineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-zoomrectangle.md

latest1.2 KB
Original Source

ZoomRectangle.BorderLineStyle Property

Provides access to the line style of zoom rectangle borders.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public LineStyle BorderLineStyle { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property BorderLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object.

|

See Also

ZoomRectangle Class

ZoomRectangle Members

DevExpress.XtraCharts Namespace