SizeF.Height

SizeF.Height property

Gets or sets the vertical component of this SizeF structure.

public float Height { get; set; }

Return Value

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

See Also