Search
HandlesVisualStyle Class
Remarks See Also
 





Defines the Pen and Brush objects used to draw items' adjustment handles.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class HandlesVisualStyle : IPersists

Visual Basic  Copy Code

Public Class HandlesVisualStyle
    Implements IPersists

 Remarks

The component uses several different HandlesVisualStyle objects depending on the context. They can be accessed through the ActiveItemHandlesStyle, SelectedItemHandlesStyle and DisabledHandlesStyle properties of Diagram.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.HandlesVisualStyle

 See Also