[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset

VerticalOffset Property

VerticalOffset

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

Declaration
[TypeConverter(typeof(LengthConverter))]
[Bindable(true)]
public double VerticalOffset { get; set; }
<TypeConverter(GetType(LengthConverter))>
<Bindable(True)>
Public Property VerticalOffset As Double
Property Value
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.

Remarks

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