| AnimationResourceResourceId Property |
Gets the ID of the animation resource.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ResourceId { get; }
Public ReadOnly Property ResourceId As Integer
Get
public:
property int ResourceId {
int get ();
}
member ResourceId : int with get
Property Value
Type:
Int32
The ID of the animation resource.
See Also