Click or drag to resize

ProfileNodePositionTicks Property

Version 118.6.80
An array of source position ticks.

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

Property Value

Type: IListPositionTickInfo
See Also