BrushSettings.ImmutableImage Property

Definition

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

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

Property Value

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

Applies to