Table of Contents
PopupOffsetY Property

Specifies the vertical offset of the position to display this color picker popup.

Syntax
 public Int32 PopupOffsetY { get; set; }
Remarks

By default, the popup is automatically aligned to the picker button. Use this property along with PopupOffsetX to offset the popup horizontally or/and vertically.

See Also