Is used for color-support to change the colors depending on a base theme.
Подробнее...
Полный список членов класса
Открытые статические члены |
static void | ChangeTheme (string theme) |
| Change the theme to one from AvalonDock.
|
static void | ChangeTheme (Uri themeUri) |
| Change the theme to one from AvalonDock.
|
static void | ChangeColors (Color color) |
| Change the colors based on the aero-theme from AvalonDock. Example: ChangeColors(Colors.DarkGreen)
|
static void | ChangeColors (string baseTheme, Color color) |
| Change the colors based on a theme-name from AvalonDock. Example: ChangeColors("classic", Colors.DarkGreen)
|
static void | ResetTheme () |
| Reset custom colors to theme defaults.
|
static void | ChangeBrush (AvalonDockBrushes brushName, Brush brush) |
| Change a specified brush inside the actual theme. Look at AvalonDockBrushes.cs for possible values.
|
static void | ChangeBrush (string brushName, Brush brush) |
| Change a specified brush inside the actual theme.
|
Подробное описание
Is used for color-support to change the colors depending on a base theme.
Методы
static void AvalonDock.ThemeFactory.ChangeBrush |
( |
AvalonDockBrushes |
brushName, |
|
|
Brush |
brush | |
|
) |
| | [static] |
Change a specified brush inside the actual theme. Look at AvalonDockBrushes.cs for possible values.
- Аргументы:
-
| brushName | an AvalonDockBrushes value |
| brush | The new brush. It can be every brush type that is derived from Brush-class. |
static void AvalonDock.ThemeFactory.ChangeBrush |
( |
string |
brushName, |
|
|
Brush |
brush | |
|
) |
| | [static] |
Change a specified brush inside the actual theme.
- Аргументы:
-
| brushName | a brush name |
| brush | The new brush. It can be every brush type that is derived from Brush-class. |
static void AvalonDock.ThemeFactory.ChangeColors |
( |
string |
baseTheme, |
|
|
Color |
color | |
|
) |
| | [static] |
Change the colors based on a theme-name from AvalonDock. Example: ChangeColors("classic", Colors.DarkGreen)
- Аргументы:
-
| baseTheme | the string of the base theme we want to change |
| color | the new Color |
static void AvalonDock.ThemeFactory.ChangeColors |
( |
Color |
color |
) |
[static] |
Change the colors based on the aero-theme from AvalonDock. Example: ChangeColors(Colors.DarkGreen)
- Аргументы:
-
static void AvalonDock.ThemeFactory.ChangeTheme |
( |
Uri |
themeUri |
) |
[static] |
Change the theme to one from AvalonDock.
- Аргументы:
-
| theme | for example: /AvalonDock;component/themes/aero.normalcolor.xaml" (default style) |
static void AvalonDock.ThemeFactory.ChangeTheme |
( |
string |
theme |
) |
[static] |
Change the theme to one from AvalonDock.
- Аргументы:
-
| theme | for example: "aero.normalcolor" (default style) |
static void AvalonDock.ThemeFactory.ResetTheme |
( |
|
) |
[static] |
Reset custom colors to theme defaults.