'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The type of the image frame.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Type As ImageFrameType
'Usage Dim instance As ImageFrame Dim value As ImageFrameType instance.Type = value value = instance.Type
[Category("Appearance")] [Description("The type of the image frame.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ImageFrameType Type {get; set;}