Search
Diagram.SelectedItemHandlesStyle Property
See Also
 





Gets the visual style of adjustment handles of selected items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HandlesVisualStyle SelectedItemHandlesStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property SelectedItemHandlesStyle As HandlesVisualStyle

 Property Value

An instance of the HandlesVisualStyle class.

 Remarks

This style object provides Pen and Brush attributes that let you customize the appearance of adjustment handles drawn around selected items.

 See Also