'Declaration Public Property ResizeType As ImGearARTFormsResizeType
'Usage Dim instance As ImGearARTFormsMarkControllerData Dim value As ImGearARTFormsResizeType instance.ResizeType = value value = instance.ResizeType
public ImGearARTFormsResizeType ResizeType {get; set;}
public: __property ImGearARTFormsResizeType get_ResizeType(); public: __property void set_ResizeType( ImGearARTFormsResizeType value );
public: property ImGearARTFormsResizeType ResizeType { ImGearARTFormsResizeType get(); void set ( ImGearARTFormsResizeType value); }