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

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

    Text Properties

    The following properties allow you to customize the appearance of text in the C1DateTimeSelector 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 allow you to customize the colors used in the control itself.

     

    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 control's border.

     

    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 C1DateTimeSelector control.

     

    Property

    Description

    Height

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

    Width

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

     

    See Also