AGI Components with Insight3D Alpha 2008 r8
SetPartialStringLength Property
Library Reference AGI.Graphics.Primitives IAgGxPrimitiveTextBatchOptionalParametersSetPartialStringLength
When SetPartial is called to update a subset of strings in a text batch, the new string must be the same length as the old one. This property defines the minimum length of each string in the text batch. If a shorter string is passed, it is padded with spaces???
Declaration Syntax
C# Visual Basic Visual C++
int 
SetPartialStringLength { 
get; 
set; }
Property 
SetPartialStringLength 
As 
Integer
property 
int 
SetPartialStringLength {
        
int 
get ();
        
void 
set (
int 
value);
}

Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)