Gets or sets the current zoom level.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public float ZoomFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomFactor As Single |
A float value specifying the current zoom level.
See Also