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