Gets or sets the resizable flag.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool Resizable { get; set; }
Visual Basic (Declaration)
Public Property Resizable As Boolean
Visual C++
public:
property bool Resizable {
	bool get ();
	void set (bool value);
}

See Also