Gets or sets the vertical component of this Dimension.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float Height { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Height As Single |
A float number specifying the vertical component of the Dimension, in the units of measure specified by HeightUnit.
See Also