DiagramLite Programmer's Guide
Diagram.DisabledHandlesStyle Property
See Also
 





Gets or sets the visual style of disabled adjustment handles.

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

 Syntax

C#  Copy Code

public HandlesVisualStyle DisabledHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property DisabledHandlesStyle 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 disabled adjustment handles.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
EnabledHandles Property