The amount to be added to the input dimension.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double Add { get; set; }
Visual Basic
Public Property Add As Double
	Get
	Set
Visual C++
public:
property double Add {
	double get ();
	void set (double value);
}

See Also