Search
Dimension.WidthUnit Property
See Also
 





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

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

 Syntax

C#  Copy Code

public MeasureUnit WidthUnit { get; set; }

Visual Basic  Copy Code

Public Property WidthUnit As MeasureUnit

 Property Value

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

 See Also