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