Share via


PenSettings.ImmutableDashOffset Property

Definition

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

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

Property Value

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

Applies to