ResourceDictionary.IsFixedSize Property

Definition

Gets whether this ResourceDictionary is fixed-size.

public:
 property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean

Property Value

true if the hash table is fixed-size; otherwise, false.

Implements

Remarks

The default implementation returns the Hashtable default, which is false.

Applies to