Gets or sets the visual style of adjustment handles of selected items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public HandlesVisualStyle SelectedItemHandlesStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedItemHandlesStyle As HandlesVisualStyle |
An instance of the HandlesVisualStyle class.
RemarksThis style object provides Stroke and Brush attributes that let you customize the appearance of adjustment handles drawn around selected items.
See Also