Click or drag to resize

ProfileNodePositionTicks Property

Version 102.0.100
An array of source position ticks.

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

Property Value

Type: IListPositionTickInfo
See Also