'Declaration
<CategoryAttribute("Border")> <DefaultValueAttribute(C1.Framework.BorderEdges, "(Empty)")> <DescriptionAttribute("Gets or sets the border color.")> <TypeConverterAttribute(C1.Framework.BorderEdgesConverter)> Public Property BorderEdges As BorderEdges
[Category("Border")] [DefaultValue(C1.Framework.BorderEdges, "(Empty)")] [Description("Gets or sets the border color.")] [TypeConverter(C1.Framework.BorderEdgesConverter)] public BorderEdges BorderEdges {get; set;}