'Declaration <CategoryAttribute("Custom Image Map Attributes")> <DescriptionAttribute("Controls the Custom Map Area Script mode.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property CustomMapAreaAttributesMode As SeriesCustomMapAreaAttributesMode
'Usage Dim instance As SeriesInteractivity Dim value As SeriesCustomMapAreaAttributesMode instance.CustomMapAreaAttributesMode = value value = instance.CustomMapAreaAttributesMode
[Category("Custom Image Map Attributes")] [Description("Controls the Custom Map Area Script mode.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SeriesCustomMapAreaAttributesMode CustomMapAreaAttributesMode {get; set;}