Class Switch

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

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, IDisposable
Inheritance
object
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()

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
View Source

SwitchHandlerImageSize

Handler image's size in Switch.

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

SwitchHandlerImageURL

Handler image's resource url in Switch.

Declaration
C#
Copy
public string SwitchHandlerImageURL { get; set; }
Property Value
Type Description
string
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

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

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<TEventArgs><Switch.SelectEventArgs>

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable