'Declaration <DescriptionAttribute("Indicates the appearance of the control/editor.")> <CategoryAttribute("Appearance")> Public Property UIStyle As UIStyle
'Usage Dim instance As ThemedControl Dim value As UIStyle instance.UIStyle = value value = instance.UIStyle
[Description("Indicates the appearance of the control/editor.")] [Category("Appearance")] public UIStyle UIStyle {get; set;}