'Declaration Public NotInheritable Class CalculatorButtonAppearance
'Usage Dim instance As CalculatorButtonAppearance
public sealed class CalculatorButtonAppearance
'Declaration Public NotInheritable Class CalculatorButtonAppearance
'Usage Dim instance As CalculatorButtonAppearance
public sealed class CalculatorButtonAppearance
System.Object
Xceed.Editors.CalculatorButtonAppearance
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the button. |
![]() | BackgroundImage | Gets or sets the button's background image. |
![]() | BackgroundImageAlignment | Gets or sets the alignment of the button's background image. |
![]() | BackgroundImageStyle | Gets or sets the style of the button's BackgroundImage. |
![]() | ButtonType | Gets or sets the appearance of the button. |
![]() | Font | Gets or sets the font of the button's text. |
![]() | ForeColor | Gets or sets the foreground color of the button. |
![]() | Image | Gets or sets the button's foreground image. |
![]() | ImageAlign | Gets or sets the alignment of the button's foreground image. |
Name | Description | |
---|---|---|
![]() | ResetBackColor | Resets the value of the BackColor property to its default value, Color.Empty. |
![]() | ResetBackgroundImage | Resets the value of the BackgroundImage property to its default value. |
![]() | ResetBackgroundImageAlignment | Resets the value of the BackgroundImageAlignment property to its default value, ContentAlignment.MiddleCenter. |
![]() | ResetBackgroundImageStyle | Resets the value of the BackgroundImageStyle property to its default value, ImageStyle.Align. |
![]() | ResetButtonType | Resets the value of the ButtonType property to its default value. |
![]() | ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value. |
![]() | ResetImage | Resets the value of the Image property to its default value. |
![]() | ResetImageAlign | Resets the value of the ImageAlign property to its default value, ContentAlignment.MiddleCenter. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2