Click or drag to resize
DigitalRuneUIControlUserData Property
Gets or sets user-defined 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 Object UserData { get; set; }

Property Value

Type: Object
User-defined data.
Remarks
This property is intended for application-specific data and is not used by the control itself.
See Also