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