'Declaration Property TextType As ImGearARTTextType
'Usage Dim instance As IImGearARTText Dim value As ImGearARTTextType instance.TextType = value value = instance.TextType
ImGearARTTextType TextType {get; set;}
__property ImGearARTTextType get_TextType(); __property void set_TextType( ImGearARTTextType value );
property ImGearARTTextType TextType { ImGearARTTextType get(); void set ( ImGearARTTextType value); }