ICanvasRenderingContext2DGlobalAlpha Property |
Alpha value that is applied to shapes and images before they are composited onto the canvas. Default 1.0 (opaque).
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.3
Syntaxdouble GlobalAlpha { get; set; }
Property GlobalAlpha As Double
Get
Set
property double GlobalAlpha {
double get ();
void set (double value);
}
abstract GlobalAlpha : float with get, set
Property Value
Type:
Double
See Also