Class TimePickerStyle

Definition

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

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

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

Constructors

View Source

TimePickerStyle()

Creates a new instance of a TimePickerStyle.

Declaration
C#
Copy
public TimePickerStyle()
View Source

TimePickerStyle(TimePickerStyle)

Creates a new instance of a TimePickerStyle with style.

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

Pickers

Gets or sets the TimePickerStyle internal pickers style.

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

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