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