Gets or sets the units of measure of the x-coordinate of this Location.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public MeasureUnit XUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XUnit As MeasureUnit |
The measure unit of the x-coordinate of this location. The default is Pixel.
See Also