TracingCompleteEventArgsTraceFormat Property |
Version 92.0.260 [Missing <summary> documentation for "P:CefSharp.DevTools.Tracing.TracingCompleteEventArgs.TraceFormat"]
Namespace:
CefSharp.DevTools.Tracing
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public StreamFormat? TraceFormat { get; set; }
public:
property Nullable<StreamFormat> TraceFormat {
Nullable<StreamFormat> get ();
void set (Nullable<StreamFormat> value);
}
Property Value
Type:
NullableStreamFormatSee Also