ComponentOne FlexGrid for UWP
In This Topic
    Layout and Appearance
    In This Topic

    ComponentOne FlexGrid for UWP XAML 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 topics describe some of these appearance properties.

     

    Border Properties

    The following properties let you customize the control's 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.

     

     Color Properties

    The following properties let you customize the colors used in the control:

    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 of a control. This is a dependency property.

     

     Text Properties

    The following properties let you customize the control's text:

    Property

    Description

    FontFamily

    Gets or sets the FontFamily used to render text in the control.

    FontSize

    Gets or sets the size of the font used to render text in the control.

    FontWeight

    Gets or sets the weight of the font used to render text in the control.

     

     Size Properties

    The following properties let you customize the size of the control:

    Property

    Description

    MaxHeight

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

    MaxWidth

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

    MinHeight

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

    MinWidth

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

    Height

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

    Width

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