Gets or sets the size of the resource dictionary cache (default 8).

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public int ResourceDictionaryCacheSize { get; set; }
Visual Basic
Public Property ResourceDictionaryCacheSize As Integer
	Get
	Set
Visual C++
public:
property int ResourceDictionaryCacheSize {
	int get ();
	void set (int value);
}

Field Value

The size of the resource dictionary cache.

See Also