Gets or sets the size of the resource dictionary cache (default 8).
Namespace: FirstFloor.Documents.IOAssembly: 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); } |