Gets a command for sending a mark to the back of the Z-order.
Syntax
public ICommand MarkSendToBackCommand {get;}
public: __property ICommand* get_MarkSendToBackCommand();
'Declaration
Public ReadOnly Property MarkSendToBackCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.MarkSendToBackCommand
Property Value
ICommand object.
See Also