ImageGear .NET v24.12 - Updated
MarkSendToBackCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MarkSendToBackCommand Property
Gets a command for sending a mark to the back of the Z-order.
Syntax
'Declaration
 
Public ReadOnly Property MarkSendToBackCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.MarkSendToBackCommand
public ICommand MarkSendToBackCommand {get;}
public: __property ICommand* get_MarkSendToBackCommand();
public:
property ICommand^ MarkSendToBackCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members