BrushSettings.ImmutableForeColor Property

Definition

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

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

Property Value

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

Applies to