BrushSettings.ImmutableBrushType Property

Definition

Makes the BrushType setting immutable, unchangeable by others. Once it's make immutable, no one else can change it.

public:
 property bool ImmutableBrushType { bool get(); void set(bool value); };
public bool ImmutableBrushType { get; set; }
member this.ImmutableBrushType : bool with get, set
Public Property ImmutableBrushType As Boolean

Property Value

true means the BrushType setting is immutable; otherwise it is not.

Applies to