BrushSettings.BrushType Property

Definition

Gets or sets the type of Brush. Only allows the change if the property is not immutable and sets the override flags appropriately.

public:
 property Type ^ BrushType { Type ^ get(); void set(Type ^ value); };
public Type BrushType { get; set; }
member this.BrushType : Type with get, set
Public Property BrushType As Type

Property Value

Type of brush used.

Applies to