RelativePlacement Constructor
RelativePlacement()
Creates a new RelativePlacement instance. The default instance is a adorner with zero size, you have to set some properties to define the placement.
Declaration
public RelativePlacement()
RelativePlacement(HorizontalAlignment, VerticalAlignment)
Creates a new RelativePlacement instance from the specified horizontal and vertical alignments.
Declaration
public RelativePlacement(HorizontalAlignment horizontal, VerticalAlignment vertical)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.HorizontalAlignment | horizontal | |
System.Windows.VerticalAlignment | vertical |