GridHighlightConfigShowPositiveLineNumbers Property |
Version 102.0.100
Show Positive line number labels (default: false).
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax public bool? ShowPositiveLineNumbers { get; set; }
public:
property Nullable<bool> ShowPositiveLineNumbers {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also