Specifies some detail information about the Event, depending on the type of the event. For this event type, indicates the repeat number for the animation.
Namespace: Aspose.Svg.EventsAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic long Detail { get; }Public ReadOnly Property Detail As Long
Get
public:
property long long Detail {
long long get ();
}member Detail : int64 with get
Property Value
Type:
Int64
The detail.
See Also