ImageGear .NET v24.12 - Updated
CustomData Property (ImGearAnnotatorMarkControllerData)




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : CustomData Property
Gets or sets custom data.
Syntax
'Declaration
 
Public Property CustomData As Object
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As Object
 
instance.CustomData = value
 
value = instance.CustomData
public object CustomData {get; set;}
public: __property Object* get_CustomData();
public: __property void set_CustomData( 
   Object* value
);
public:
property Object^ CustomData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

Object value.
Remarks
This property can be used to keep track of the state of the resize or manage cursor operation so that the current resize or manage cursor behavior can affect the behavior of the operation later.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members