ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationItems Class / Custom Property




In This Topic
    Custom Property
    In This Topic
    Gets or sets a dictionary of custom mark menu items.
    Syntax
    'Declaration
     
    Public Property Custom As ImGearCustomMarkMenuItemDictionary
    'Usage
     
    Dim instance As ImGearAnnotationItems
    Dim value As ImGearCustomMarkMenuItemDictionary
     
    instance.Custom = value
     
    value = instance.Custom
    public ImGearCustomMarkMenuItemDictionary Custom {get; set;}
    public: __property ImGearCustomMarkMenuItemDictionary* get_Custom();
    public: __property void set_Custom( 
       ImGearCustomMarkMenuItemDictionary* value
    );
    public:
    property ImGearCustomMarkMenuItemDictionary^ Custom {
       ImGearCustomMarkMenuItemDictionary^ get();
       void set (    ImGearCustomMarkMenuItemDictionary^ value);
    }

    Property Value

    ImGearCustomMarkMenuItemDictionary object.
    Remarks
    Each entry of the dictionary contains a collection of objects that represent menu items that are displayed when right clicking on a custom mark that corresponds to the dictionary key.
    See Also