ColorPicker.Orientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
资源没有任何效果。