Version 130.1.90
Transform anchor point X, absent if no transform specified
Namespace: CefSharp.DevTools.LayerTreeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? AnchorX { get; set; }
public:
property Nullable<double> AnchorX {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also