ImageGear .NET v24.12 - Updated
IsHoldingShift Property




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : IsHoldingShift Property
Gets or sets a value indicating whether the Shift key is currently being held.
Syntax
'Declaration
 
Public Property IsHoldingShift As Boolean
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As Boolean
 
instance.IsHoldingShift = value
 
value = instance.IsHoldingShift
public bool IsHoldingShift {get; set;}
public: __property bool get_IsHoldingShift();
public: __property void set_IsHoldingShift( 
   bool value
);
public:
property bool IsHoldingShift {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members