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