'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color used to fill the gap between the inner and the outer bevel.")> <DefaultValueAttribute(System.Drawing.Color, "ControlDark")> Public Property BevelDistanceColor As Color
'Usage Dim instance As StandardFrame Dim value As Color instance.BevelDistanceColor = value value = instance.BevelDistanceColor
[Category("Appearance")] [Description("The color used to fill the gap between the inner and the outer bevel.")] [DefaultValue(System.Drawing.Color, "ControlDark")] public Color BevelDistanceColor {get; set;}