[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset

HorizontalOffset Property

HorizontalOffset

Get or sets the horizontal distance between the target origin and the popup alignment point. This is a dependency property.

Declaration
[Bindable(true)]
[TypeConverter(typeof(LengthConverter))]
public double HorizontalOffset { get; set; }
<Bindable(True)>
<TypeConverter(GetType(LengthConverter))>
Public Property HorizontalOffset As Double
Property Value
Type Description
double

The horizontal distance between the target origin and the popup alignment point. The default is 0.

Remarks

You can position a popup by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, and VerticalOffset properties. For more information, see Popup Placement Behavior.