Defines the Pen and Brush objects used to draw items' adjustment handles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class HandlesVisualStyle |
Visual Basic
Copy Code
|
|---|
Public Class HandlesVisualStyle |
RemarksThe component uses several different HandlesVisualStyle objects depending on the context. They can be accessed through the ActiveItemHandlesStyle, SelectedItemHandlesStyle and DisabledHandlesStyle properties of Diagram.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.HandlesVisualStyle
See Also