PenSettings.ImmutableLineJoin Property

Definition

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

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

Property Value

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

Applies to