|
ShellSec_NumberRendererPositions Property
|
Gets or sets the text location.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<Point3> Positions { get; set; }Public Property Positions As List(Of Point3)
Get
Set
public:
property List<Point3>^ Positions {
List<Point3>^ get ();
void set (List<Point3>^ value);
}member Positions : List<Point3> with get, set
Property Value
Type:
ListPoint3
See Also