Gets or sets a value indicating whether the annotations should be drawn.
Syntax
'Declaration
Public Property DrawAnnotations As Boolean
'Usage
Dim instance As ImGearRenderSettings
Dim value As Boolean
instance.DrawAnnotations = value
value = instance.DrawAnnotations
public bool DrawAnnotations {get; set;}
public: __property bool get_DrawAnnotations();
public: __property void set_DrawAnnotations(
bool value
);
public:
property bool DrawAnnotations {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also