Search
Diagram.ActiveItemHandlesStyle Property
See Also
 






Gets or sets the visual style of adjustment handles of the active item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HandlesVisualStyle ActiveItemHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property ActiveItemHandlesStyle As HandlesVisualStyle

 Property Value

An instance of the HandlesVisualStyle class.

 Remarks

This style object provides Stroke and Brush attributes that let you customize the appearance of adjustment handles drawn around the active item.

 See Also