TextBatchPrimitiveOptionalParametersOrigin Property |
Gets or sets the per-batch origin, which is applied to each string in the text batch.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Origin Origin { get; set; }
Public Property Origin As Origin
Get
Set
public:
property Origin Origin {
Origin get ();
void set (Origin value);
}
member Origin : Origin with get, set
Property Value
Type:
OriginRemarks
The origin defines where the string is placed relative to its position.
If per-string origins were specified with
SetOrigins(IEnumerableOrigin) the per-batch origin is ignored.
See Also