HTMLCanvasElement.Height

HTMLCanvasElement.Height property

È un numero intero positivo che riflette l’attributo HTML height dell’elemento canvas interpretato in pixel CSS. Quando l’attributo non è specificato o se è impostato su un valore non valido, come un valore negativo, viene utilizzato il valore predefinito di 150.

public ulong Height { get; set; }

Guarda anche