Struct PlacementAlignment
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
A combination of HorizontalAlignment/VerticalAlignment.
public struct PlacementAlignment : IEquatable<PlacementAlignment>
- Implements
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
other
.
- Equals(object)
Compares this to
obj
.
- GetHashCode()
Gets the hash code.
Operators
- operator ==(PlacementAlignment, PlacementAlignment)
Compares
lhs
torhs
.
- operator !=(PlacementAlignment, PlacementAlignment)
Compares
lhs
torhs
.