Click or drag to resize
DigitalRuneUIControlGetPropertyOptions Method
Gets the UIPropertyOptions of 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 UIPropertyOptions GetPropertyOptions(
	int propertyId
)

Parameters

propertyId
Type: SystemInt32
The ID of the game object property.

Return Value

Type: UIPropertyOptions
The UIPropertyOptions.
See Also