PositionOrigin Members

This documentation is no longer available on MSDN, however it is available as a CHM download.

Represents the anchor point of the Position property on a UIElement.

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

Public Constructors

  Name Description
PositionOrigin Initializes a new instance of the PositionOrigin class.

Top

Public Fields

  Name Description
public fieldstatic BottomCenter Specifies the bottom center of the position.
public fieldstatic BottomLeft Specifies the bottom left of the position.
public fieldstatic BottomRight Specifies the bottom right of the position.
public fieldstatic Center Specifies the center of the position.
public fieldstatic CenterLeft Specifies the center left of the position.
public fieldstatic CenterRight Specifies the center right of the position.
public fieldstatic TopCenter Specifies the top center of the position.
public fieldstatic TopLeft Specifies the top left of the position.
public fieldstatic TopRight Specifies the top right of the position.

Top

Public Properties

  Name Description
public property X Gets or sets the x-axis position of the position origin.
public property Y Gets or sets the y-axis position of the position origin.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overloaded. Determines whether a specified object is equal to the position origin.
public method GetHashCode Overridden. Retrieves the hash code for this position origin.
public method GetType  (inherited from Object)
public methodstatic Equality Determines whether two position origin objects are equal.
public methodstatic Inequality Determines whether two position origins are not equal.
public method ToString  Overridden. (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

PositionOrigin Structure
Microsoft.Maps.MapControl Namespace