ComboBoxTemplateSettings
ComboBoxTemplateSettings
ComboBoxTemplateSettings
ComboBoxTemplateSettings
Class
Definition
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ComboBox control. Not intended for general use.
public : sealed class ComboBoxTemplateSettings : DependencyObject, IComboBoxTemplateSettings, IComboBoxTemplateSettings2public sealed class ComboBoxTemplateSettings : DependencyObject, IComboBoxTemplateSettings, IComboBoxTemplateSettings2Public NotInheritable Class ComboBoxTemplateSettings Inherits DependencyObject Implements IComboBoxTemplateSettings, IComboBoxTemplateSettings2// This API is not available in Javascript.
- Inheritance
-
ComboBoxTemplateSettingsComboBoxTemplateSettingsComboBoxTemplateSettingsComboBoxTemplateSettings
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Remarks
Get instances of ComboBoxTemplateSettings by querying the value of TemplateSettings.
The values from ComboBoxTemplateSettings are typically used as either the To or From values of theme animations or transitions.
Properties
DropDownClosedHeight DropDownClosedHeight DropDownClosedHeight DropDownClosedHeight
Gets a value that reports the run-time layout slot height of the "Popup" part of a ComboBox in the "Closed" state.
public : double DropDownClosedHeight { get; }public double DropDownClosedHeight { get; }Public ReadOnly Property DropDownClosedHeight As double// This API is not available in Javascript.
- Value
- double double double double
The run-time layout slot height, in pixels.
Remarks
DropDownClosedHeight is referenced in the default generic.xaml template animations for ComboBox.
DropDownContentMinWidth DropDownContentMinWidth DropDownContentMinWidth DropDownContentMinWidth
Gets the minimum width value of the drop down content.
public : double DropDownContentMinWidth { get; }public double DropDownContentMinWidth { get; }Public ReadOnly Property DropDownContentMinWidth As double// This API is not available in Javascript.
- Value
- double double double double
The minimum width value of the drop down content.
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
DropDownOffset DropDownOffset DropDownOffset DropDownOffset
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 : double DropDownOffset { get; }public double DropDownOffset { get; }Public ReadOnly Property DropDownOffset As double// This API is not available in Javascript.
- Value
- double double double double
The run-time offset value in pixels.
Remarks
DropDownOffset is referenced in the default generic.xaml template animations for ComboBox.
DropDownOpenedHeight DropDownOpenedHeight DropDownOpenedHeight DropDownOpenedHeight
Gets a value that reports the run-time layout slot height of the "Popup" part of a ComboBox in the "Opened" state.
public : double DropDownOpenedHeight { get; }public double DropDownOpenedHeight { get; }Public ReadOnly Property DropDownOpenedHeight As double// This API is not available in Javascript.
- Value
- double double double double
The run-time layout slot height, in pixels.
Remarks
DropDownOpenedHeight is referenced in the default generic.xaml template animations for ComboBox.
SelectedItemDirection SelectedItemDirection SelectedItemDirection SelectedItemDirection
Gets a value that reports the selection direction in a ComboBox. This is either Bottom or Top depending on how DropDownOffset is set.
public : AnimationDirection SelectedItemDirection { get; }public AnimationDirection SelectedItemDirection { get; }Public ReadOnly Property SelectedItemDirection As AnimationDirection// This API is not available in Javascript.
A value of the enumeration.
Remarks
SelectedItemDirection is referenced in the default generic.xaml template animations for ComboBox.