ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearRenderSettings Class / DrawAnnotations Property




In This Topic
    DrawAnnotations Property
    In This Topic
    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.
    Remarks
    The default value is true.
    See Also