Search
DiagramView.MagnifierSecondaryFrameColor Property
See Also
 





Gets or sets the secondary color of the magnifier frame.

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

 Syntax

C#  Copy Code

public Color MagnifierSecondaryFrameColor { get; set; }

Visual Basic  Copy Code

Public Property MagnifierSecondaryFrameColor As Color

 Property Value

A .NET Color object.

 See Also