Specifies the drawing size.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Size Size { get; set; }
Public Overridable Property Size As Size
Get
Set
public:
virtual property Size Size {
Size get ();
void set (Size value);
}
abstract Size : Size with get, set
override Size : Size with get, set
Property Value
Type:
Size
A
Size which contains the "Size" attribute value.
See Also