HTMLElement.OffsetHeight

HTMLElement.OffsetHeight property

Gets the layout height of the element in pixels.

public int OffsetHeight { get; }

Property Value

The height of the element in pixels. If the height cannot be determined, returns 0.

See Also