FontSettings.ImmutableSize Property

Definition

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

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

Property Value

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

Applies to