Class ThemeColors
Inheritance
System.Object
ThemeColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Themes
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ThemeColors : ISupportShouldSerialize
Constructors
ThemeColors()
Declaration
public ThemeColors()
Properties
Accent1
Accent2
Accent3
Accent4
Accent5
Accent6
Dark1
Dark2
FollowedHyperlink
Declaration
[XamlSerializable("800080")]
public Color FollowedHyperlink { get; set; }
Property Value
Color
|
Hyperlink
IsDefault
Declaration
public bool IsDefault { get; }
Property Value
System.Boolean
|
Light1
Light2
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
|
Color
color
|
Returns
System.Boolean
|
GetThemeColorsEnum(String)
Declaration
public static ThemeColorsEnum? GetThemeColorsEnum(string themeColorName)
Parameters
System.String
themeColorName
|
Returns
System.Nullable<ThemeColorsEnum>
|