ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / ShowMarkPropertiesWindow Method
The ART mark.
The position (in device pixels) of the upper left corner of the dialog window.




In This Topic
    ShowMarkPropertiesWindow Method
    In This Topic
    Displays a dialog window that shows the properties of the specified mark and can be used to modify the properties.
    Syntax
    'Declaration
     
    Public Sub ShowMarkPropertiesWindow( _
       ByVal mark As ImGearARTMark, _
       ByVal position As Point _
    ) 
    'Usage
     
    Dim instance As PageView
    Dim mark As ImGearARTMark
    Dim position As Point
     
    instance.ShowMarkPropertiesWindow(mark, position)
    public void ShowMarkPropertiesWindow( 
       ImGearARTMark mark,
       Point position
    )
    public: void ShowMarkPropertiesWindow( 
       ImGearARTMark* mark,
       Point position
    ) 
    public:
    void ShowMarkPropertiesWindow( 
       ImGearARTMark^ mark,
       Point position
    ) 

    Parameters

    mark
    The ART mark.
    position
    The position (in device pixels) of the upper left corner of the dialog window.
    See Also