Click or drag to resize

ProfileNodePositionTicks Property

Version 111.2.70
An array of source position ticks.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public IList<PositionTickInfo> PositionTicks { get; set; }

Property Value

Type: IListPositionTickInfo
See Also