ICanvasRenderingContext2DShadowOffsetX Property |
Horizontal distance the shadow will be offset. Default 0.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxdouble ShadowOffsetX { get; set; }
Property ShadowOffsetX As Double
Get
Set
property double ShadowOffsetX {
double get ();
void set (double value);
}
abstract ShadowOffsetX : float with get, set
Property Value
Type:
Double
See Also