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++] |
---|
public: HRESULT get_Origin( |
[Java] |
---|
public AgEStkGraphicsOrigin getOrigin();public void setOrigin( |
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.