IniKeyValue.ValueRectangleF Property

TG.INI

IniKeyValueValueRectangleF Property

Get or set a RectangleF value.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public RectangleF ValueRectangleF { get; set; }
Public Property ValueRectangleF As RectangleF
	Get
	Set
public:
property RectangleF ValueRectangleF {
	RectangleF get ();
	void set (RectangleF value);
}
member ValueRectangleF : RectangleF with get, set

Property Value

Type: RectangleF
See Also