SizeF.Width

SizeF.Width property

Gets or sets the horizontal component of this SizeF structure.

public float Width { get; set; }

Return Value

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

See Also