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




In This Topic
    SetMarkStartHeadTypeCommand Property
    In This Topic
    Gets a command for setting mark start head type.
    Syntax
    'Declaration
     
    Public ReadOnly Property SetMarkStartHeadTypeCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.SetMarkStartHeadTypeCommand
    public ICommand SetMarkStartHeadTypeCommand {get;}
    public: __property ICommand* get_SetMarkStartHeadTypeCommand();
    public:
    property ICommand^ SetMarkStartHeadTypeCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also