Class PickerStyle

Definition

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

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

C#
Copy
public class PickerStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

PickerStyle()

Creates a new instance of a PickerStyle.

Declaration
C#
Copy
public PickerStyle()
View Source

PickerStyle(PickerStyle)

Creates a new instance of a PickerStyle with style.

Declaration
C#
Copy
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
C#
Copy
public TextLabelStyle ItemTextLabel { get; set; }
Property Value
Type Description
TextLabelStyle
View Source

StartScrollOffset

Gets or sets the PickerStyle Item list start offset value.

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

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides

Implements

IDisposable

Extension Methods