Gets or sets the left component of this margin.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float Left { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Left As Single |
A float number specifying the left component of the Margins.
See Also