LayoutTreeNodeStyleIndex Property |
Version 130.1.90
Index into the `computedStyles` array returned by `getSnapshot`.
Namespace: CefSharp.DevTools.DOMSnapshotAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int? StyleIndex { get; set; }
public:
property Nullable<int> StyleIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also