ViewOrScrollTimelineStartOffset Property |
Version 130.1.90
Represents the starting scroll position of the timeline
as a length offset in pixels from scroll origin.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? StartOffset { get; set; }
public:
property Nullable<double> StartOffset {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also