'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Controls the shadow of the backplane.")> Public Property Shadow As Shadow
'Usage Dim instance As Backplane Dim value As Shadow instance.Shadow = value value = instance.Shadow
[Category("Appearance")] [Description("Controls the shadow of the backplane.")] public Shadow Shadow {get; set;}