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