PenSettings.ImmutableWidth Property

Definition

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

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

Property Value

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

Applies to