Search
ComponentBase Properties
 


 Public Properties

  Name Description

AutoProperty

Gets or sets a value indicating whether the component is defined as a property on the client side.

Bounds

Gets or sets the calculated bounds of this component relative to its parent.

ChildCount

Gets the number of child components of this component.

Focusable

Gets or sets a value indicating whether the component can receive the input focus.

GridColumn

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

GridRow

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

Height

Gets or sets the explicit height of this component or float.NaN to auto-size the component.

HorizontalAlignment

Gets or sets the horizontal alignment of this component relative to its parent.

IsEnabled

Gets or sets a value indicating whether the component is enabled.

IsFocused

Gets or sets a value indicating whether this component currently holds the input focus.

IsHitTestVisible

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

IsInteractive

Gets or sets a value indicating whether this component can be interacted with.

Name

Gets or sets the name of the component.

Parent

Gets the parent component, if the current component is hosted.

VerticalAlignment

Gets or sets the vertical alignment of this component relative to its parent.

Visible

Gets or sets a value indicating whether the component is visible.

Width

Gets or sets the explicit width of this component or float.NaN to auto-size the component.

 Protected Properties

  Name Description

ParentHost

Gets the host containing this component, if any.

 See Also