Search
HandlesVisualStyle.RotationHandleBrush Property
See Also
 





Gets or sets a Brush used to fill the interior of the rotation handle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush RotationHandleBrush { get; set; }

Visual Basic  Copy Code

Public Property RotationHandleBrush As Brush

 Property Value

A Brush instance. The default value is null.

 Remarks

If this property is set to null, the rotation brush is painted using HandleBrush.

 See Also