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