VisualElement Class

Definition

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

public ref class VisualElement abstract sealed
public static class VisualElement
type VisualElement = class
Public Module VisualElement
Inheritance
VisualElement

Fields

IsFocusAllowedProperty

Bindable property for attached property IsFocusAllowed.

NextFocusBackViewProperty

Bindable property for attached property NextFocusBackView.

NextFocusDirectionProperty

Bindable property for attached property NextFocusDirection.

NextFocusDownViewProperty

Bindable property for attached property NextFocusDownView.

NextFocusForwardViewProperty

Bindable property for attached property NextFocusForwardView.

NextFocusLeftViewProperty

Bindable property for attached property NextFocusLeftView.

NextFocusRightViewProperty

Bindable property for attached property NextFocusRightView.

NextFocusUpViewProperty

Bindable property for attached property NextFocusUpView.

StyleProperty

Bindable property for Style.

ToolTipProperty

Bindable property for ToolTip.

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