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