ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorCreateMarkData Class / CustomData Property




In This Topic
    CustomData Property (ImGearAnnotatorCreateMarkData)
    In This Topic
    Gets or sets custom data.
    Syntax
    'Declaration
     
    Public Property CustomData As Object
    'Usage
     
    Dim instance As ImGearAnnotatorCreateMarkData
    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 mark creation operation so that the current mark creation behavior can affect the behavior of the operation later.
    See Also