Gets/sets a brush that will be used to fill the object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Property Brush As Brush
public Brush Brush { get; set; }
If this value is not null, the object can be selected by clicking somewhere in its inner area. However, if this property is set to null, the object can be selected only by clicking its border. You can use a transparent brush, if you want the object to seem unfilled and still be selected by clicking in its inner area.