[]
Get or sets the horizontal distance between the target origin and the popup alignment point. This is a dependency property.
[Bindable(true)]
[TypeConverter(typeof(LengthConverter))]
public double HorizontalOffset { get; set; }
<Bindable(True)>
<TypeConverter(GetType(LengthConverter))>
Public Property HorizontalOffset As Double
Type | Description |
---|---|
double | The horizontal distance between the target origin and the popup alignment point. 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.