BrushSettings.ImmutableForeColor Özellik

Tanım

ForeColor ayarını diğerleri tarafından değişmez, değiştirilemez yapar. Bu, sabit hale getirildikten sonra başka hiç kimse tarafından değiştirilemez.

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

Özellik Değeri

Boolean

doğru, ForeColor ayarının sabit olduğu anlamına gelir; Aksi takdirde, değildir.

Şunlara uygulanır