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