ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMarkControllerData Class / CustomData Property




In This Topic
    CustomData Property (ImGearARTFormsMarkControllerData)
    In This Topic
    Gets or sets custom data.
    Syntax
    'Declaration
     
    Public Property CustomData As Object
    'Usage
     
    Dim instance As ImGearARTFormsMarkControllerData
    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