Gets or sets scale start point that is used during scale elements allocation.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public SmartValue Origin { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Origin As SmartValue |
| Visual C++ |
|---|
public: property SmartValue Origin { SmartValue get (); void set (SmartValue value); } |