ImageGear .NET v24.12 - Updated
ShowMarkPropertiesWindowCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ShowMarkPropertiesWindowCommand Property
Gets a command for showing a properties window for a mark.
Syntax
'Declaration
 
Public ReadOnly Property ShowMarkPropertiesWindowCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.ShowMarkPropertiesWindowCommand
public ICommand ShowMarkPropertiesWindowCommand {get;}
public: __property ICommand* get_ShowMarkPropertiesWindowCommand();
public:
property ICommand^ ShowMarkPropertiesWindowCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members