共用方式為


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

StyleBindable 屬性。

ToolTipProperty

ToolTipBindable 屬性。

方法

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)

設定視覺項目上的工具提示。

適用於