Gets or sets the units of measure of the x-coordinate of this Location.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public MeasureUnit XUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XUnit As MeasureUnit |
A member of the MeasureUnit enumeration specifying the units of measure of the X component of this Location.
See Also