PlatformConfiguration\TizenSpecific\VisualElement.cs (26)
74 return GetStyle(config.Element);
85 SetStyle(config.Element, value);
116 return IsFocusAllowed(config.Element);
127 SetFocusAllowed(config.Element, value);
161 return GetNextFocusDirection(config.Element);
173 SetNextFocusDirection(config.Element, value);
184 SetNextFocusDirection(config.Element, FocusDirection.Up);
195 SetNextFocusDirection(config.Element, FocusDirection.Down);
206 SetNextFocusDirection(config.Element, FocusDirection.Left);
217 SetNextFocusDirection(config.Element, FocusDirection.Right);
228 SetNextFocusDirection(config.Element, FocusDirection.Back);
239 SetNextFocusDirection(config.Element, FocusDirection.Forward);
270 return GetNextFocusUpView(config.Element);
281 SetNextFocusUpView(config.Element, value);
312 return GetNextFocusDownView(config.Element);
323 SetNextFocusDownView(config.Element, value);
354 return GetNextFocusLeftView(config.Element);
365 SetNextFocusLeftView(config.Element, value);
396 return GetNextFocusRightView(config.Element);
407 SetNextFocusRightView(config.Element, value);
438 return GetNextFocusBackView(config.Element);
449 SetNextFocusBackView(config.Element, value);
480 return GetNextFocusForwardView(config.Element);
491 SetNextFocusForwardView(config.Element, value);
527 return GetToolTip(config.Element);
538 SetToolTip(config.Element, value);