ImageGear .NET - Updated
SetMarkThicknessCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetMarkThicknessCommand Property
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

Reference

PageView Class
PageView Members