[]
Gets or sets the vertical distance between the target origin and the popup alignment point. This is a dependency property.
[TypeConverter(typeof(LengthConverter))]
[Bindable(true)]
public double VerticalOffset { get; set; }
<TypeConverter(GetType(LengthConverter))>
<Bindable(True)>
Public Property VerticalOffset As Double
Type | Description |
---|---|
double | The vertical distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. |
You can position a popup by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, and VerticalOffset properties. For more information, see Popup Placement Behavior.