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




In This Topic
    SetMarkThicknessCommand Property
    In This Topic
    Gets a command for setting mark thickness or border thickness.
    Syntax
    'Declaration
     
    Public ReadOnly Property SetMarkThicknessCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.SetMarkThicknessCommand
    public ICommand SetMarkThicknessCommand {get;}
    public: __property ICommand* get_SetMarkThicknessCommand();
    public:
    property ICommand^ SetMarkThicknessCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also