ComboBoxTemplateSettings.DropDownOffset Property

Definition

Gets a value that reports the run-time offset value that is useful for a Split animation of the "Popup" part of a ComboBox.

public:
 property double DropDownOffset { double get(); };
double DropDownOffset();
public double DropDownOffset { get; }
var double = comboBoxTemplateSettings.dropDownOffset;
Public ReadOnly Property DropDownOffset As Double

Property Value

Double

double

The run-time offset value in pixels.

Remarks

DropDownOffset is referenced in the default generic.xaml template animations for ComboBox.

Applies to