Gets the UIPropertyOptions of game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public static UIPropertyOptions GetPropertyOptions(
	int propertyId
)
Visual Basic
Public Shared Function GetPropertyOptions ( _
	propertyId As Integer _
) As UIPropertyOptions
Visual C++
public:
static UIPropertyOptions GetPropertyOptions(
	int propertyId
)

Parameters

propertyId
Type: System..::..Int32
The ID of the game object property.

Return Value

The UIPropertyOptions.

See Also