LineStylePattern Property |
Version 118.6.80
The line pattern (default: solid)
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public LineStylePattern? Pattern { get; set; }
public:
property Nullable<LineStylePattern> Pattern {
Nullable<LineStylePattern> get ();
void set (Nullable<LineStylePattern> value);
}
Property Value
Type:
NullableLineStylePatternSee Also