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