Gets element size.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public double Size { get; }
Visual Basic (Declaration)
Public ReadOnly Property Size As Double
Visual C++
public:
property double Size {
	double get ();
}

See Also