KaxComboBoxOffsetY Property |
Gets or sets a value indicating the vertical offset of the combobox dropdown.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int OffsetY { get; set; }
Public Property OffsetY As Integer
Get
Set
public:
property int OffsetY {
int get ();
void set (int value);
}
member OffsetY : int with get, set
Property Value
Type:
Int32
An integer specifying the vertical offset of the combobox dropdown(measured in
pixels). The default value is 0 (no offset).
RemarksUse the OffsetY property to change the position where the combobox dropdown
will appear.
To customize the horizontal offset use the OffsetX
property.
See Also