Specifies the drawing size.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Size Size { get; set; }
Visual Basic (Declaration)
Public Overridable Property Size As Size
Visual C++
public:
virtual property Size Size {
	Size get ();
	void set (Size value);
}

Field Value

A Size which contains the "Size" attribute value.

See Also