ImageGear .NET - Updated July 5, 2018
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

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