PlacementAlignment Struct
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A combination of HorizontalAlignment/VerticalAlignment.
Implements
System.IEquatable<PlacementAlignment>
Syntax
public struct PlacementAlignment : IEquatable<PlacementAlignment>
Constructors
PlacementAlignment(HorizontalAlignment, VerticalAlignment) | Creates a new instance of the PlacementAlignment structure. |
Fields
Bottom | Bottom center |
BottomLeft | Bottom left |
BottomRight | Bottom right |
Center | Center center |
Left | Center left |
Right | Center right |
Top | Top center |
TopLeft | Top left |
TopRight | Top right |
Properties
Horizontal | Gets the horizontal component. |
Vertical | Gets the vertical component. |
Methods
Equals(PlacementAlignment) | Compares this to |
Equals(Object) | Compares this to |
GetHashCode() | Gets the hash code. |
Operators
Equality(PlacementAlignment, PlacementAlignment) | Compares |
Inequality(PlacementAlignment, PlacementAlignment) | Compares |
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Implements
System.IEquatable<T>