FontSettings.ImmutableName Property

Definition

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

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

Property Value

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

Applies to