ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkController Class / GetPropertiesWindow Method




In This Topic
    GetPropertiesWindow Method (ImGearAnnotatorMarkController)
    In This Topic
    Gets the properties window for the mark.
    Syntax
    'Declaration
     
    Public Overridable Function GetPropertiesWindow() As IImGearMarkEditorWindow
    'Usage
     
    Dim instance As ImGearAnnotatorMarkController
    Dim value As IImGearMarkEditorWindow
     
    value = instance.GetPropertiesWindow()
    public virtual IImGearMarkEditorWindow GetPropertiesWindow()
    public: virtual IImGearMarkEditorWindow* GetPropertiesWindow(); 
    public:
    virtual IImGearMarkEditorWindow^ GetPropertiesWindow(); 

    Return Value

    IImGearMarkEditorWindow value.
    See Also