Search
Dimension.HeightUnit Property
See Also
 





Gets or sets the vertical units of measure of this Dimension.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public MeasureUnit HeightUnit { get; set; }

Visual Basic  Copy Code

Public Property HeightUnit As MeasureUnit

 Property Value

The measure unit of the height component of this dimension. The default is Pixel.

 See Also