Gets or sets the style of the magnifier tool. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Style MagnifierStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property MagnifierStyle As Style |
A Silverlight Style instance.
The default magnifier style is shown below:
Xaml Copy Code |
---|
<Style TargetType="local:Magnifier"> |