Gets or sets a Brush used to fill the interior of the rotation handle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush RotationHandleBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotationHandleBrush As Brush |
A Brush instance. The default value is null.
RemarksIf this property is set to null, the rotation brush is painted using HandleBrush.
See Also