Search
Manipulator Members
Constructors Properties
 


Manipulator is an abstract base class which defines the behavior of miscellaneous UI widgets attached to nodes.

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

 Public Constructors

  Name Description

Manipulator

Initializes a new instance of the Manipulator class.

 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.)

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