Search
ComponentBase Members
Constructors Properties
 


A base class for components in CompositeNode visual tree.

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

 Public Constructors

  Name Description

ComponentBase

Initializes a new instance of the ComponentBase class.

 Public Properties

  Name Description

gridColumn

Gets or sets the index of the grid column this component is contained in.

gridRow

Gets or sets the index of the grid row this component is contained in.

horizontalAlignment

Gets or sets the component's horizontal alignment.

verticalAlignment

Gets or sets the component's vertical alignment.

visibility

Gets or sets the visibility of this component.

 See Also