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.

    public class Switch : Button, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    Tizen.NUI.Binding.BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Tizen.NUI.Components.Control
    Button
    Switch
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    Switch()

    Creates a new instance of a Switch.

    Declaration
    public Switch()

    Properties

    View Source

    SwitchBackgroundImageURLSelector

    Background image's resource url selector in Switch.

    Declaration
    public StringSelector SwitchBackgroundImageURLSelector { get; set; }
    Property Value
    Type Description
    Tizen.NUI.Components.StringSelector
    View Source

    SwitchHandlerImageSize

    Handler image's size in Switch.

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

    SwitchHandlerImageURL

    Handler image's resource url in Switch.

    Declaration
    public string SwitchHandlerImageURL { get; set; }
    Property Value
    Type Description
    string
    View Source

    SwitchHandlerImageURLSelector

    Handler image's resource url selector in Switch.

    Declaration
    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
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type

    Dispose type.

    Overrides
    Button.Dispose(DisposeTypes)

    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
    public event EventHandler<Switch.SelectEventArgs> SelectedEvent
    Event Type
    Type Description
    System.EventHandler<TEventArgs><Switch.SelectEventArgs>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX