Search
DiagramView.MagnifierFrameColor Property
See Also
 





Gets or sets the color of the magnifier frame.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Color MagnifierFrameColor { get; set; }

Visual Basic  Copy Code

Public Property MagnifierFrameColor As Color

 Property Value

A .NET Color object.

 See Also