Click or drag to resize
DigitalRuneUIControlSetPropertyOptions Method
Sets the UIPropertyOptions of a game object property.

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 static void SetPropertyOptions(
	int propertyId,
	UIPropertyOptions options
)

Parameters

propertyId
Type: SystemInt32
The ID of the game object property.
options
Type: DigitalRune.Game.UI.ControlsUIPropertyOptions
The options.
See Also