Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonAppearance Class
Properties Methods


In This Topic
    CalculatorButtonAppearance Class Members
    In This Topic

    The following tables list the members exposed by CalculatorButtonAppearance.

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the button.  
    Public PropertyGets or sets the button's background image.  
    Public PropertyGets or sets the alignment of the button's background image.  
    Public PropertyGets or sets the style of the button's BackgroundImage.  
    Public PropertyGets or sets the appearance of the button.  
    Public PropertyGets or sets the font of the button's text.  
    Public PropertyGets or sets the foreground color of the button.  
    Public PropertyGets or sets the button's foreground image.  
    Public PropertyGets or sets the alignment of the button's foreground image.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the BackColor property to its default value, Color.Empty.  
    Public MethodResets the value of the BackgroundImage property to its default value.  
    Public MethodResets the value of the BackgroundImageAlignment property to its default value, ContentAlignment.MiddleCenter.  
    Public MethodResets the value of the BackgroundImageStyle property to its default value, ImageStyle.Align.  
    Public MethodResets the value of the ButtonType property to its default value.  
    Public MethodResets the value of the Font property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the value of the ForeColor property to its default value.  
    Public MethodResets the value of the Image property to its default value.  
    Public MethodResets the value of the ImageAlign property to its default value, ContentAlignment.MiddleCenter.  
    Top
    See Also