다음을 통해 공유


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)

시각적 요소의 도구 설명을 설정합니다.

적용 대상