Table of Contents
PopupOffsetX Property

Specifies the horizontal offset of the position to display the color picker popup.

Syntax
 public Int32 PopupOffsetX { get; set; }
Remarks

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

See Also