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