ImageGear .NET v24.12 - Updated
SetMarkPinAlignmentCommand Property




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

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members