Gets or sets the width of the left border.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float LeftWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LeftWidth As Single |
An integer value specifying the width of the left side of the border. The default is 0.
See Also