PenSettings.ImmutableDashCap Property

Definition

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

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

Property Value

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

Applies to