RelativePositions Class
Represents a set of static instances of common RelativePositions objects.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.RelativePositions
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public NotInheritable Class RelativePositions
public static class RelativePositions
public ref class RelativePositions abstract sealed
[<AbstractClass>]
[<Sealed>]
type RelativePositions = class end
public final class RelativePositions
The RelativePositions type exposes the following members.
Properties
Name | Description | |
---|---|---|
BottomLeft | Gets the bottom-left corner of an item on the design surface. | |
BottomRight | Gets the bottom-right corner of an item on the design surface. | |
BottomSide | Gets the bottom side of an item on the design surface. | |
Bounds | Gets the LeftSide, TopSide, RightSide, and BottomSide of an item on the design surface. | |
Center | Gets the center of an item on the design surface. | |
ExternalBottomLeft | Gets the external bottom-left corner of an item on the design surface. | |
ExternalBottomRight | Gets the external bottom-right corner of an item on the design surface. | |
ExternalBottomSide | Gets the external bottom side of an item on the design surface. | |
ExternalLeftSide | Gets the external left side of an item on the design surface. | |
ExternalRightSide | Gets the external right side of an item on the design surface. | |
ExternalTopLeft | Gets the external top-left corner of an item on the design surface. | |
ExternalTopRight | Gets the external top-right corner of an item on the design surface. | |
ExternalTopSide | Gets the external top side of an item on the design surface. | |
InternalBottomLeft | Gets the internal bottom-left corner of an item on the design surface. | |
InternalBottomRight | Gets the internal bottom-right corner of an item on the design surface. | |
InternalBottomSide | Gets the internal bottom side of an item on the design surface. | |
InternalLeftSide | Gets the internal left side of an item on the design surface. | |
InternalRightSide | Gets the internal right side of an item on the design surface. | |
InternalTopLeft | Gets the internal top-left corner of an item on the design surface. | |
InternalTopRight | Gets the internal top-right corner of an item on the design surface. | |
InternalTopSide | Gets the internal top side of an item on the design surface. | |
LeftSide | Gets the left side of an item on the design surface. | |
RightSide | Gets the right side of an item on the design surface. | |
TopLeft | Gets the top-left corner of an item on the design surface. | |
TopRight | Gets the top-right corner of an item on the design surface. | |
TopSide | Gets the top side of an item on the design surface. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace