'Declaration <DescriptionAttribute("The alignment of the button's background image.")> <CategoryAttribute("Appearance")> Public Property BackgroundImageAlignment As ContentAlignment
'Usage Dim instance As CalculatorButtonAppearance Dim value As ContentAlignment instance.BackgroundImageAlignment = value value = instance.BackgroundImageAlignment
[Description("The alignment of the button's background image.")] [Category("Appearance")] public ContentAlignment BackgroundImageAlignment {get; set;}