Width Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets the width.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public float Width { get; set; }
Visual Basic (Declaration)
Public Property Width As Single
Visual C++
public:
property float Width {
	float get ();
	void set (float value);
}

Field Value

The width.

See Also