Gets or sets the zoom factor of the drawing.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float Scale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scale As Single |
A float value indicating a scale factor of the drawing. The default is 1.
RemarksThis value is used when rendering Picture elements in a Graphics with applied scale transformation.
See Also