PenSettings.ImmutableEndCap Property

Definition

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

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

Property Value

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

Applies to