Search
DiagramView.MagnifierWidth Property
See Also
 





Gets or sets the width of the magnifier tool, expressed in pixels.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public int MagnifierWidth { get; set; }

Visual Basic  Copy Code

Public Property MagnifierWidth As Integer

 Property Value

An integer value.

 See Also