PenSettings.ImmutableCustomStartCap Property

Definition

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

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

Property Value

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

Applies to