PenSettings.ImmutableCompoundArray Özellik

Tanım

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

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

Özellik Değeri

Boolean

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

Şunlara uygulanır