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