'Declaration Public Property Annotation As ImGearAnnotationSettings
'Usage Dim instance As ImGearMouseToolSettings Dim value As ImGearAnnotationSettings instance.Annotation = value value = instance.Annotation
public ImGearAnnotationSettings Annotation {get; set;}
public: __property ImGearAnnotationSettings* get_Annotation(); public: __property void set_Annotation( ImGearAnnotationSettings* value );
public: property ImGearAnnotationSettings^ Annotation { ImGearAnnotationSettings^ get(); void set ( ImGearAnnotationSettings^ value); }