PenSettings.ImmutableCompoundArray Property

Definition

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

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

Property Value

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

Applies to