Search
Component Properties
 


 Public Properties

  Name Description

actualHeight

Gets a number value specifying the component's assigned height. Valid only after calling arrange.

actualWidth

Gets a number value specifying the component's assigned width. Valid only after calling arrange.

desiredHeight

Gets a nullable number value specifying the component's desired height. Valid only after calling measure.

desiredWidth

Gets a nullable number value specifying the component's desired width. Valid only after calling measure.

gridColumn

Gets or sets the column index of this component when placed inside a GridPanel.

gridRow

Gets or sets the row index of this component when placed inside a GridPanel.

height

Gets or sets a fixed height for this component.

hitTestVisibility

Gets or sets the hit-test visibility of this component.

horizontalAlignment

Gets or sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel.

margin

Gets the margin space around this component relative to the layout rectangle allocated by its parent panel.

rectInParent

Gets the boundaries of this component relative to its parent.

toolTip

Gets or sets the component's tooltip text.

verticalAlignment

Gets or sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel.

visibility

Gets or sets the visibility of this component.

width

Gets or sets a fixed width for this component.

xInParent

Gets a number value specifying the component's horizontal position relative to its parent.

yInParent

Gets a number value specifying the component's vertical position relative to its parent.

 See Also