PenSettings.ImmutableStartCap Property

Definition

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

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

Property Value

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

Applies to