Search
HandlesVisualStyle.HandleBrush Property
See Also
 





Gets or sets a Brush used to fill the interior of selection handles.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush HandleBrush { get; set; }

Visual Basic  Copy Code

Public Property HandleBrush As Brush

 Property Value

An instance of a Brush -derived class.

 Remarks

This brush is used to fill the interior of adjustment handles rendered for most of the HandlesStyle types.

 See Also