Class PickerStyle

    Definition

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

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

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

    Constructors

    View Source

    PickerStyle()

    Creates a new instance of a PickerStyle.

    Declaration
    public PickerStyle()
    View Source

    PickerStyle(PickerStyle)

    Creates a new instance of a PickerStyle with style.

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

    Creates PickerStyle by style customized by user.

    Properties

    View Source

    ItemTextLabel

    Gets or sets the PickerStyle Item TextLabel style. This style is applied if PickerStyle Item is a TextLabel.

    Declaration
    public TextLabelStyle ItemTextLabel { get; set; }
    Property Value
    Type Description
    TextLabelStyle
    View Source

    StartScrollOffset

    Gets or sets the PickerStyle Item list start offset value.

    Declaration
    public Size StartScrollOffset { get; set; }
    Property Value
    Type Description
    Size

    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