'Declaration <DefaultValueAttribute()> <CategoryAttribute("Frame")> <DescriptionAttribute("Controls the type of the background frame.")> Public Property FrameType As FrameType
'Usage Dim instance As Background Dim value As FrameType instance.FrameType = value value = instance.FrameType
[DefaultValue()] [Category("Frame")] [Description("Controls the type of the background frame.")] public FrameType FrameType {get; set;}