SizeF.Height

SizeF.Height property

Gets or sets the vertical component of this SizeF.

public float Height { get; set; }

Return Value

The vertical component of this SizeF, typically measured in pixels.

See Also