ComponentOne DateTimeEditors for UWP
In This Topic
    C1DatePicker Appearance Properties
    In This Topic

    The C1DatePicker controls include several properties that allow you to customize the appearance of the controls. You can change the appearance of the text displayed in the controls and customize graphic elements of the controls. The following tables describe some of these appearance properties.

    Text Properties

    The following properties let you customize the appearance of text in the C1DatePicker control.

     

    Property

    Description

    FontFamily

    Gets or sets the font family of the control. This is a dependency property.

    FontSize

    Gets or sets the font size. This is a dependency property.

    FontStretch

    Gets or sets the degree to which a font is condensed or expanded on the screen. This is a dependency property.

    FontStyle

    Gets or sets the font style. This is a dependency property.

    FontWeight

    Gets or sets the weight or thickness of the specified font. This is a dependency property.

    Color Properties

    The following properties let you customize the colors used in the controls.

     

    Property

    Description

    Background

    Gets or sets a brush that describes the background of a control. This is a dependency property.

    Foreground

    Gets or sets a brush that describes the foreground color. This is a dependency property.

    Border Properties

    The following properties let you customize the controls' borders.

     

    Property

    Description

    BorderBrush

    Gets or sets a brush that describes the border background of a control. This is a dependency property.

    BorderThickness

    Gets or sets the border thickness of a control. This is a dependency property.

    Size Properties

    The following properties let you customize the size of the controls.

     

    Property

    Description

    Height

    Gets or sets the suggested height of the element. This is a dependency property.

    MaxHeight

    Gets or sets the maximum height constraint of the element. This is a dependency property.

    MaxWidth

    Gets or sets the maximum width constraint of the element. This is a dependency property.

    MinHeight

    Gets or sets the minimum height constraint of the element. This is a dependency property.

    MinWidth

    Gets or sets the minimum width constraint of the element. This is a dependency property.

    Width

    Gets or sets the width of the element. This is a dependency property.

     

    See Also