SizeF.Width

SizeF.Width property

Gets or sets the horizontal component of this SizeF.

public float Width { get; set; }

Return Value

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

See Also