DiagramLite Programmer's Guide
Diagram.SelectedItemHandlesStyle Property
See Also
 





Gets or sets the visual style of adjustment handles of selected items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public HandlesVisualStyle SelectedItemHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property SelectedItemHandlesStyle As HandlesVisualStyle

 Property Value

An instance of the HandlesVisualStyle class.

 Remarks

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

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Selection Property