Search
Button Members
Constructors Fields Properties
 


Represents a button component for CompositeNodes.

The following tables list the members exposed by the Button type.

 Public Constructors

  Name Description

Button

Initializes a new instance of the Button class.

 Public Fields

  Name Description

brush

The button background color.

font

MindFusion.Drawing.Font instance specifying button's font.

height

The desired height of the button.

pen

The border color.

strokeThickness

The border thickness.

textColor

The text color.

width

The desired width of the button.

 Public Properties

  Name Description

gridColumn

Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.)

gridRow

Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.)

horizontalAlignment

Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.)

text

Gets or sets the text caption displayed in this button.

verticalAlignment

Gets or sets the component's vertical alignment. (Inherited from ComponentBase.)

visibility

Gets or sets the visibility of this component. (Inherited from ComponentBase.)

 See Also