Gets or sets the per-batch origin, which is applied to each string in the text batch.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Origin() As AgEStkGraphicsOrigin |
| [C#] |
|---|
public AgEStkGraphicsOrigin Origin {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkGraphicsOrigin get_Origin(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkGraphicsOrigin getOrigin(); public void setOrigin( AgEStkGraphicsOrigin ); |
[Python - STK API ] |
|---|
@property def Origin(self) -> "AgEStkGraphicsOrigin": @Origin.setter def Origin(self, Origin:"AgEStkGraphicsOrigin") -> None: |
The origin defines where the string is placed relative to its position.
If per-string origins were specified with Set Origins the per-batch origin is ignored.






