OrgChart for WPF and Silverlight 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 |
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. |
|
Gets or sets the font style. This is a dependency property. |
|
Gets a collection of GroupStyle objects that define the appearance of each level of groups. |
|
Gets or sets a method that enables you to provide custom selection logic for a GroupStyle to apply to each group in a collection. |
|
Gets or sets the Style that is applied to the container element generated for each item. |
|
Gets or sets custom style-selection logic for a style that can be applied to each generated container element. |
|
Gets or sets the DataTemplate used to display each item. |
|
Gets or sets the custom logic for choosing a template used to display each item. |
|
Gets or sets the style used by this element when it is rendered. This is a dependency property. |
|
Gets or sets a control template. |