VisualElement Class

Definition

Provides access to focus order, styles, and tooltips for visual elements on the Tizen platform.

public static class VisualElement
type VisualElement = class
Inheritance
VisualElement

Fields

IsFocusAllowedProperty

Backing store for the attached property that determines whether a visual element can receive the focus.

NextFocusBackViewProperty

Backing store for the attached property that holds the next element in the back focus direction.

NextFocusDirectionProperty

Backing store for the attached property that holds the focus direction.

NextFocusDownViewProperty

Backing store for the attached property that holds the next element in the down focus direction.

NextFocusForwardViewProperty

Backing store for the attached property that holds the next element in the forward focus direction.

NextFocusLeftViewProperty

Backing store for the attached property that holds the next element in the left focus direction.

NextFocusRightViewProperty

Backing store for the attached property that holds the next element in the right focus direction.

NextFocusUpViewProperty

Backing store for the attached property that holds the next element in the up focus direction.

StyleProperty

Backing store for the attached property that contains the style of the visual element.

ToolTipProperty

Backing store for the attached property that contains the tooltip for the visual element.

Methods

GetNextFocusBackView(BindableObject)

Returns the view that gets the focus when moving back.

GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving back.

GetNextFocusDirection(BindableObject)

Returns the next focus direction.

GetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the next focus direction.

GetNextFocusDownView(BindableObject)

Returns the view that gets the focus when moving down.

GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving down.

GetNextFocusForwardView(BindableObject)

Returns the view that gets the focus when moving forward.

GetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving forward.

GetNextFocusLeftView(BindableObject)

Returns the view that gets the focus when moving left.

GetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving left.

GetNextFocusRightView(BindableObject)

Returns the view that gets the focus when moving right.

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving right.

GetNextFocusUpView(BindableObject)

Returns the view that gets the focus when moving up.

GetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving up.

GetStyle(BindableObject)

Returns the style for the element.

GetStyle(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the style for the element.

GetToolTip(BindableObject)

Returns the tooltip for the element.

GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the tooltip for the element.

IsFocusAllowed(BindableObject)

Returns true if the element may be focused. Otherwise, returns false.

IsFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns true if the element may be focused. Otherwise, returns false.

MoveFocusBack(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to back.

MoveFocusDown(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to down.

MoveFocusForward(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to forward.

MoveFocusLeft(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to left.

MoveFocusRight(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to right.

MoveFocusUp(IPlatformElementConfiguration<Tizen,VisualElement>)

Changes the focus direction to up.

SetFocusAllowed(BindableObject, Boolean)

Sets the focus participation value for a visual element.

SetFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>, Boolean)

Sets the focus participation value for a visual element.

SetNextFocusBackView(BindableObject, View)

Sets the back focus view for a visual element.

SetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the back focus view for a visual element.

SetNextFocusDirection(BindableObject, String)

Sets the direction of the next focus on a visual element

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the direction of the next focus on a visual element

SetNextFocusDownView(BindableObject, View)

Sets the down focus view for a visual element.

SetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the down focus view for a visual element.

SetNextFocusForwardView(BindableObject, View)

Sets the forward focus view for a visual element.

SetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the forward focus view for a visual element.

SetNextFocusLeftView(BindableObject, View)

Sets the left focus view for a visual element.

SetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the left focus view for a visual element.

SetNextFocusRightView(BindableObject, View)

Sets the right focus view for a visual element.

SetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the right focus view for a visual element.

SetNextFocusUpView(BindableObject, View)

Sets the up focus view for a visual element.

SetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the up focus view for a visual element.

SetStyle(BindableObject, String)

Sets the style on a visual element.

SetStyle(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the style on a visual element.

SetToolTip(BindableObject, String)

Sets the tooltip on a visual element.

SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the tooltip on a visual element.

Applies to