ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / SetMarkPinAlignmentCommand Property




In This Topic
    SetMarkPinAlignmentCommand Property
    In This Topic
    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