BrushSettings.ImmutableWrapMode Property

Definition

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

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

Property Value

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

Applies to