Back to Devexpress

ControlCoordinates.Pane Property

wpf-devexpress-dot-xpf-dot-charts-dot-controlcoordinates-2cd00189.md

latest1.2 KB
Original Source

ControlCoordinates.Pane Property

Gets the diagram’s pane associated with the control coordinates.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Pane Pane { get; }
vb
Public ReadOnly Property Pane As Pane

Property Value

TypeDescription
Pane

A Pane object that represents the panes.

|

Remarks

Use the Pane property to get the control’s pane that can be used in the control transformation from the diagram’s coordinates to the screen coordinates.

See Also

ControlCoordinates Class

ControlCoordinates Members

DevExpress.Xpf.Charts Namespace