Gets or sets the horizontal units of measure of this Dimension.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public MeasureUnit WidthUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WidthUnit As MeasureUnit |
A member of the MeasureUnit enumeration specifying the units of measure of the Width component of this Dimension.
See Also