Gets or sets the vertical units of measure of this Dimension.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public MeasureUnit HeightUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeightUnit As MeasureUnit |
The measure unit of the height component of this dimension. The default is Pixel.
See Also