HTMLCanvasElement.Width

HTMLCanvasElement.Width property

Is a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels. When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.

public ulong Width { get; set; }

See Also