DiagramLite Programmer's Guide
Diagram.AdjustmentHandlesSize Property
See Also
 





Gets or sets the size of the handles, which appear around selected objects. This is a dependency property.

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

 Syntax

C#  Copy Code

public double AdjustmentHandlesSize { get; set; }

Visual Basic  Copy Code

Public Property AdjustmentHandlesSize As Double

 Property Value

A double value specifying the size of selection handles. The default is 15.

 Remarks

Use the property to set the size of the manipulation handles, which appear around selected items.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace