Class DatePickerStyle

    Definition

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

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

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

    Constructors

    View Source

    DatePickerStyle()

    Creates a new instance of a DatePickerStyle.

    Declaration
    public DatePickerStyle()
    View Source

    DatePickerStyle(DatePickerStyle)

    Creates a new instance of a DatePickerStyle with style.

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

    Creates DatePickerStyle by style customized by user.

    Properties

    View Source

    CellPadding

    Gets or sets the DatePickerStyle internal pickers padding.

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

    Pickers

    Gets or sets the DatePickerStyle 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