Gets or sets the x-coordinate of this location.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double X { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property X As Double |
The x-coordinate value of this location. The default is 0.
See Also