Table of Contents

Constructor RelativePlacement

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

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.

public RelativePlacement()

RelativePlacement(HorizontalAlignment, VerticalAlignment)

Creates a new RelativePlacement instance from the specified horizontal and vertical alignments.

public RelativePlacement(HorizontalAlignment horizontal, VerticalAlignment vertical)

Parameters

horizontal HorizontalAlignment
vertical VerticalAlignment