Search
SpinnerComponent Properties
 


 Public Properties

  Name Description

AutoProperty

Gets or sets a value indicating whether the component is defined as a property on the client side. (Inherited from ComponentBase.)

Background

Gets or sets the brush used to fill the background of the spinner.

Border

Gets or sets the pen used to draw the border of the spinner.

Bounds

Gets or sets the calculated bounds of this component relative to its parent. (Inherited from ComponentBase.)

ButtonBrush

Gets or sets the brush of the spinner's buttons.

ButtonBrushHovered

Gets or sets the background brush of the spinner's buttons when they are pointed with the mouse.

ButtonBrushPressed

Gets or sets the background brush of the spinner's buttons when they are pressed.

ButtonContentColor

Gets or sets the color of the content of the spinner's buttons.

ButtonPen

Gets or sets the border pen of the spinner's buttons.

ButtonPenHovered

Gets or sets the border pen of the spinner's buttons when they are pointed with the mouse.

ButtonPenPressed

Gets or sets the border pen of the spinner's buttons when they are pressed.

ChildCount

ComponentBase.ChildCount override. (Inherited from ContentComponent.)

Content

Gets or sets the content of this component. (Inherited from ContentComponent.)

Focusable

Gets or sets a value indicating whether the component can receive the input focus. (Inherited from ComponentBase.)

Font

Gets or sets the font of the spinner's text.

GridColumn

Gets or sets the index of the grid column this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.)

GridRow

Gets or sets the index of the grid row this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.)

Height

Gets or sets the explicit height of this component or float.NaN to auto-size the component. (Inherited from ComponentBase.)

HorizontalAlignment

Gets or sets the horizontal alignment of this component relative to its parent. (Inherited from ComponentBase.)

IsEnabled

Gets or sets a value indicating whether the component is enabled. (Inherited from ComponentBase.)

IsFocused

Gets or sets a value indicating whether this component currently holds the input focus. (Inherited from ComponentBase.)

IsHitTestVisible

Gets or sets a value indicating whether this component and all its children are subject to hit-testing operations. (Inherited from ComponentBase.)

IsInteractive

Gets or sets a value indicating whether this component can be interacted with. (Inherited from ComponentBase.)

IsSpinning

Gets or sets a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value.

LargeStep

Gets or sets the amount to add or subtract from the spinner value when the page up or page down keys are pressed while the spinner has focus.

Maximum

Gets or sets the maximum value of the spinner.

Minimum

Gets or sets the minimum value of the spinner.

Name

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

Padding

Gets or sets the padding around this component's content. (Inherited from ContentComponent.)

Parent

Gets the parent component, if the current component is hosted. (Inherited from ComponentBase.)

SmallStep

Gets or sets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus.

TextColor

Gets or sets the color of the spinner's text.

Value

Gets or sets the value displayed in the spinner.

VerticalAlignment

Gets or sets the vertical alignment of this component relative to its parent. (Inherited from ComponentBase.)

Visible

Gets or sets a value indicating whether the component is visible. (Inherited from ComponentBase.)

Width

Gets or sets the explicit width of this component or float.NaN to auto-size the component. (Inherited from ComponentBase.)

 Protected Properties

  Name Description

ParentHost

Gets the host containing this component, if any. (Inherited from ComponentBase.)

 See Also