TextBatchPrimitiveOptionalParametersMaximumStringLength Property |
Gets or sets the maximum length of 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 int MaximumStringLength { get; set; }
Public Property MaximumStringLength As Integer
Get
Set
public:
property int MaximumStringLength {
int get ();
void set (int value);
}
member MaximumStringLength : int with get, set
Property Value
Type:
Int32Remarks
This property is only used when a text batch is updated with SetPartial.
The length of a string updated with SetPartial must be less than or
equal to the length of the string it is replacing or this value.
See Also