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
- Implements
-
IDisposable
Constructors
View SourceDatePickerStyle()
Creates a new instance of a DatePickerStyle.
Declaration
public DatePickerStyle()
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 SourceCellPadding
Gets or sets the DatePickerStyle internal pickers padding.
Declaration
public Size2D CellPadding { get; set; }
Property Value
| Type | Description |
|---|---|
| Size2D |
Pickers
Gets or sets the DatePickerStyle internal pickers style.
Declaration
public PickerStyle Pickers { get; set; }
Property Value
| Type | Description |
|---|---|
| PickerStyle |
Methods
View SourceCopyFrom(BindableObject)
Copy properties of other ViewStyle to this.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Implements
IDisposable