Class DatePickerStyle

Definition

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

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

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

Constructors

View Source

DatePickerStyle()

Creates a new instance of a DatePickerStyle.

Declaration
C#
Copy
public DatePickerStyle()
View Source

DatePickerStyle(DatePickerStyle)

Creates a new instance of a DatePickerStyle with style.

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

Pickers

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