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