AnimationPausedState Property |
Version 91.1.160
`Animation`'s internal paused state.
Namespace:
CefSharp.DevTools.Animation
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax public bool PausedState { get; set; }
public:
property bool PausedState {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also