Click or drag to resize
DigitalRuneUIRenderContextData Property
Gets a generic collection of name/value pairs which can be used to store custom data.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public IDictionary<string, Object> Data { get; }

Property Value

Type: IDictionaryString, Object
A generic collection of name/value pairs which can be used to store custom data.
See Also