Class ThemeColors
Inheritance
System.Object
ThemeColors
Namespace: Telerik.Windows.Documents.Model.Themes
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ThemeColors : Object, ISupportShouldSerialize
Constructors
ThemeColors()
Declaration
public ThemeColors()
Properties
Accent1
Declaration
[XamlSerializable("4F81BD")]
public Color Accent1 { get; set; }
Property Value
System.Windows.Media.Color
|
Accent2
Declaration
[XamlSerializable("C0504D")]
public Color Accent2 { get; set; }
Property Value
System.Windows.Media.Color
|
Accent3
Declaration
[XamlSerializable("9BBB59")]
public Color Accent3 { get; set; }
Property Value
System.Windows.Media.Color
|
Accent4
Declaration
[XamlSerializable("8064A2")]
public Color Accent4 { get; set; }
Property Value
System.Windows.Media.Color
|
Accent5
Declaration
[XamlSerializable("4BACC6")]
public Color Accent5 { get; set; }
Property Value
System.Windows.Media.Color
|
Accent6
Declaration
[XamlSerializable("F79646")]
public Color Accent6 { get; set; }
Property Value
System.Windows.Media.Color
|
Dark1
Declaration
[XamlSerializable("000000")]
public Color Dark1 { get; set; }
Property Value
System.Windows.Media.Color
|
Dark2
Declaration
[XamlSerializable("1F497D")]
public Color Dark2 { get; set; }
Property Value
System.Windows.Media.Color
|
FollowedHyperlink
Declaration
[XamlSerializable("800080")]
public Color FollowedHyperlink { get; set; }
Property Value
System.Windows.Media.Color
|
Hyperlink
Declaration
[XamlSerializable("0000FF")]
public Color Hyperlink { get; set; }
Property Value
System.Windows.Media.Color
|
IsDefault
Declaration
public bool IsDefault { get; }
Property Value
System.Boolean
|
Light1
Declaration
[XamlSerializable("FFFFFF")]
public Color Light1 { get; set; }
Property Value
System.Windows.Media.Color
|
Light2
Declaration
[XamlSerializable("EEECE1")]
public Color Light2 { get; set; }
Property Value
System.Windows.Media.Color
|
Name
Declaration
[XamlSerializable("Office")]
public string Name { get; set; }
Property Value
System.String
|
Methods
GetColor(ThemeColorsEnum, out Color)
Declaration
public bool GetColor(ThemeColorsEnum themeColorsEnum, out Color color)
Parameters
ThemeColorsEnum
themeColorsEnum
|
System.Windows.Media.Color
color
|
Returns
System.Boolean
|
GetThemeColorsEnum(String)
Declaration
public static Nullable<ThemeColorsEnum> GetThemeColorsEnum(string themeColorName)
Parameters
System.String
themeColorName
|
Returns
System.Nullable<ThemeColorsEnum>
|