ComponentOne OrgChart for UWP
In This Topic
    C1OrgChart Styles
    In This Topic

    OrgChart for UWP provides several style properties that you can use to change the appearance of the control. Some of the included styles are described in the table below:

    Style

    Description

    FocusVisualStyle

    Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. This is a dependency property.

    FontStyle

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

    GroupStyle

    Gets a collection of GroupStyle objects that define the appearance of each level of groups.

    GroupStyleSelector

    Gets or sets a method that enables you to provide custom selection logic for a GroupStyle to apply to each group in a collection.

    ItemContainerStyle

    Gets or sets the Style that is applied to the container element generated for each item.

    ItemContainerStyleSelector

    Gets or sets custom style-selection logic for a style that can be applied to each generated container element.

    ItemTemplate

    Gets or sets the DataTemplate used to display each item.

    ItemTemplateSelector

    Gets or sets the custom logic for choosing a template used to display each item.

    Style

    Gets or sets the style used by this element when it is rendered. This is a dependency property.

    Template

    Gets or sets a control template.

    See Also