Class TimePickerStyle

    Definition

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

    TimePickerStyle is a class which saves TimePickerStyle's ux data.

    public class TimePickerStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    TimePickerStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    TimePickerStyle()

    Creates a new instance of a TimePickerStyle.

    Declaration
    public TimePickerStyle()
    View Source

    TimePickerStyle(TimePickerStyle)

    Creates a new instance of a TimePickerStyle with style.

    Declaration
    public TimePickerStyle(TimePickerStyle style)
    Parameters
    Type Name Description
    TimePickerStyle style

    Creates TimePickerStyle by style customized by user.

    Properties

    View Source

    CellPadding

    Gets or sets the TimePickerStyle internal pickers padding.

    Declaration
    public Size2D CellPadding { get; set; }
    Property Value
    Type Description
    Size2D
    View Source

    Pickers

    Gets or sets the TimePickerStyle internal pickers style.

    Declaration
    public PickerStyle Pickers { get; set; }
    Property Value
    Type Description
    PickerStyle

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX