PenSettings.ImmutableAlignment Property

Definition

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

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

Property Value

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

Applies to