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