VisualElement 类

定义

提供对 Tizen 平台上可视元素的焦点顺序、样式和工具提示的访问。

public ref class VisualElement abstract sealed
public static class VisualElement
type VisualElement = class
Public Module VisualElement
继承
VisualElement

字段

IsFocusAllowedProperty

附加属性的可绑定属性 IsFocusAllowed

NextFocusBackViewProperty

附加属性的可绑定属性 NextFocusBackView

NextFocusDirectionProperty

附加属性的可绑定属性 NextFocusDirection

NextFocusDownViewProperty

附加属性的可绑定属性 NextFocusDownView

NextFocusForwardViewProperty

附加属性的可绑定属性 NextFocusForwardView

NextFocusLeftViewProperty

附加属性的可绑定属性 NextFocusLeftView

NextFocusRightViewProperty

附加属性的可绑定属性 NextFocusRightView

NextFocusUpViewProperty

附加属性的可绑定属性 NextFocusUpView

StyleProperty

的可绑定属性 Style

ToolTipProperty

的可绑定属性 ToolTip

方法

GetNextFocusBackView(BindableObject)

返回在往回移动时获取焦点的视图。

GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往回移动时获取焦点的视图。

GetNextFocusDirection(BindableObject)

返回下一个聚焦方向。

GetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>)

返回下一个聚焦方向。

GetNextFocusDownView(BindableObject)

返回在往下移动时获取焦点的视图。

GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往下移动时获取焦点的视图。

GetNextFocusForwardView(BindableObject)

返回在往前移动时获取焦点的视图。

GetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往前移动时获取焦点的视图。

GetNextFocusLeftView(BindableObject)

返回在往左移动时获取焦点的视图。

GetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往左移动时获取焦点的视图。

GetNextFocusRightView(BindableObject)

返回在往右移动时获取焦点的视图。

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往右移动时获取焦点的视图。

GetNextFocusUpView(BindableObject)

返回在往上移动时获取焦点的视图。

GetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>)

返回在往上移动时获取焦点的视图。

GetStyle(BindableObject)

返回该元素的样式。

GetStyle(IPlatformElementConfiguration<Tizen,VisualElement>)

要获取其样式的视觉对象元素的平台配置。

GetToolTip(BindableObject)

返回该元素的工具提示。

GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>)

返回该元素的工具提示。

IsFocusAllowed(BindableObject)

若该元素可聚焦,则返回 true。 否则返回 false

IsFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>)

若该元素可聚焦,则返回 true。 否则返回 false

MoveFocusBack(IPlatformElementConfiguration<Tizen,VisualElement>)

将聚焦方向更改为向后。

MoveFocusDown(IPlatformElementConfiguration<Tizen,VisualElement>)

提供对 Tizen 平台上可视元素的焦点顺序、样式和工具提示的访问。

MoveFocusForward(IPlatformElementConfiguration<Tizen,VisualElement>)

将聚焦方向更改为向前。

MoveFocusLeft(IPlatformElementConfiguration<Tizen,VisualElement>)

将聚焦方向更改为向左。

MoveFocusRight(IPlatformElementConfiguration<Tizen,VisualElement>)

将聚焦方向更改为向右。

MoveFocusUp(IPlatformElementConfiguration<Tizen,VisualElement>)

将聚焦方向更改为向上。

SetFocusAllowed(BindableObject, Boolean)

为视觉对象元素设置焦点参与值。

SetFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>, Boolean)

为视觉对象元素设置焦点参与值。

SetNextFocusBackView(BindableObject, View)

为视觉对象元素设置向后聚焦视图。

SetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向后聚焦视图。

SetNextFocusDirection(BindableObject, String)

要设置其下一个聚焦方向的视觉对象元素。

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

设置下一个焦点在视觉元素上的方向。

SetNextFocusDownView(BindableObject, View)

为视觉对象元素设置向下聚焦视图。

SetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向下聚焦视图。

SetNextFocusForwardView(BindableObject, View)

为视觉对象元素设置向前聚焦视图。

SetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向前聚焦视图。

SetNextFocusLeftView(BindableObject, View)

为视觉对象元素设置向左聚焦视图。

SetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向左聚焦视图。

SetNextFocusRightView(BindableObject, View)

为视觉对象元素设置向右聚焦视图。

SetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向右聚焦视图。

SetNextFocusUpView(BindableObject, View)

为视觉对象元素设置向上聚焦视图。

SetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

为视觉对象元素设置向上聚焦视图。

SetStyle(BindableObject, String)

设置视觉对象元素上的样式。

SetStyle(IPlatformElementConfiguration<Tizen,VisualElement>, String)

设置视觉对象元素上的样式。

SetToolTip(BindableObject, String)

设置视觉对象元素上的工具提示。

SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String)

设置视觉对象元素上的工具提示。

适用于