DisplayFeatureMaskLength Property |
Version 87.1.132
A display feature may mask content such that it is not physically
displayed - this length along with the offset describes this area.
A display feature that only splits content will have a 0 mask_length.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public int MaskLength { get; set; }
public:
property int MaskLength {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also