Class Switch

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

Switch is one kind of common component, it can be used as selector. User can handle Navigation by adding/inserting/deleting NavigationItem.

C#
Copy
public class Switch : Button, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Switch
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

Switch()

Creates a new instance of a Switch.

Declaration
C#
Copy
public Switch()
API Level: 6

Properties

View Source

SwitchBackgroundImageURLSelector

Background image's resource url selector in Switch.

Declaration
C#
Copy
public StringSelector SwitchBackgroundImageURLSelector { get; set; }
Property Value
Type Description
Tizen.NUI.Components.StringSelector
API Level: 6
View Source

SwitchHandlerImageSize

Handler image's size in Switch.

Declaration
C#
Copy
public Size SwitchHandlerImageSize { get; set; }
Property Value
Type Description
Size
API Level: 6
View Source

SwitchHandlerImageURL

Handler image's resource url in Switch.

Declaration
C#
Copy
public string SwitchHandlerImageURL { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

SwitchHandlerImageURLSelector

Handler image's resource url selector in Switch.

Declaration
C#
Copy
public StringSelector SwitchHandlerImageURLSelector { get; set; }
Property Value
Type Description
Tizen.NUI.Components.StringSelector
API Level: 6

Methods

View Source

Dispose(DisposeTypes)

Dispose Switch and all children on it.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

Dispose type.

Overrides
API Level: 6

Events

View Source

SelectedEvent

An event for the item selected signal which can be used to subscribe or unsubscribe the event handler provided by the user.

Declaration
C#
Copy
public event EventHandler<Switch.SelectEventArgs> SelectedEvent
Event Type
Type Description
System.EventHandler<Switch.SelectEventArgs>
API Level: 6

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable