ColorPicker.Orientation 属性

定义

获取或设置 ColorPicker 中编辑控件的方向。

本文档适用于Windows 应用 SDK中的 WinUI 2 for UWP (for WinUI,请参阅) Windows 应用 SDK命名空间

public:
 property Orientation Orientation { Orientation get(); void set(Orientation value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")]
Orientation Orientation();

void Orientation(Orientation value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")]
public Orientation Orientation { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Orientation::Vertical")] set; }
Public Property Orientation As Orientation

属性值

ColorPicker 中编辑控件的方向。 默认值为 Vertical

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

注解

当 属性 Orientation 设置为 Horizontal时,ColorPicker 将不 应用 IsMoreButtonEnabled 属性。 相反,文本输入字段将始终显示在 ColorPicker 的一侧。

水平方向文本输入边距

处于 Horizontal 模式且使用文本输入字段时,文本输入字段右侧的边距 122px 为 。 此边距考虑到字段标签的不同本地化,并确保不会截断这些标签。 此边距由 ColorPickerTextInputHorizontalOrientationMargin 轻型样式资源决定。

  • 如果应用仅提供英语版本,则可以替代此资源并将右边距设置为 74px 以改进控件的水平占用空间。
  • 当 设置为 Vertical时,Orientation资源没有任何效果。

适用于

另请参阅