ImageGear .NET v24.12 - Updated
Custom Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationItems Class : Custom Property
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

Reference

ImGearAnnotationItems Class
ImGearAnnotationItems Members