'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Controls the line properties applied on the border of the frame.")> Public Property Border As LineProperties
'Usage Dim instance As StandardFrame Dim value As LineProperties instance.Border = value value = instance.Border
[Category("Appearance")] [Description("Controls the line properties applied on the border of the frame.")] public LineProperties Border {get; set;}