Click or drag to resize

ProfileNodePositionTicks Property

Version 86.0.240
An array of source position ticks.

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

Property Value

Type: IListPositionTickInfo
See Also