Hold resources used in the Office2016TouchTheme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class Office2016TouchPalette : ThemePalette
Inheritance: objectThemePaletteOffice2016TouchPalette
Fields
AccentColorProperty
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
AccentFocusedColorProperty
DependencyProperty
Identifies the AccentFocusedColor dependency property.
public static readonly DependencyProperty AccentFocusedColorProperty
AccentMouseOverColorProperty
DependencyProperty
Identifies the AccentMouseOverColor dependency property.
public static readonly DependencyProperty AccentMouseOverColorProperty
AccentPressedColorProperty
DependencyProperty
Identifies the AccentPressedColor dependency property.
public static readonly DependencyProperty AccentPressedColorProperty
AlternativeColorProperty
DependencyProperty
Identifies the AlternativeColor dependency property.
public static readonly DependencyProperty AlternativeColorProperty
BasicColorProperty
DependencyProperty
Identifies the BasicColor dependency property.
public static readonly DependencyProperty BasicColorProperty
ComplementaryColorProperty
DependencyProperty
Identifies the ComplementaryColor dependency property.
public static readonly DependencyProperty ComplementaryColorProperty
CornerRadiusBottomProperty
DependencyProperty
Identifies the CornerRadiusBottom dependency property.
public static readonly DependencyProperty CornerRadiusBottomProperty
CornerRadiusLeftProperty
DependencyProperty
Identifies the CornerRadiusLeft dependency property.
public static readonly DependencyProperty CornerRadiusLeftProperty
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
CornerRadiusRightProperty
DependencyProperty
Identifies the CornerRadiusRight dependency property.
public static readonly DependencyProperty CornerRadiusRightProperty
CornerRadiusTopProperty
DependencyProperty
Identifies the CornerRadiusTop dependency property.
public static readonly DependencyProperty CornerRadiusTopProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
FocusThicknessProperty
DependencyProperty
Identifies the FocusThickness dependency property.
public static readonly DependencyProperty FocusThicknessProperty
FontFamilyProperty
DependencyProperty
Identifies the FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
FontSizeLProperty
DependencyProperty
Identifies the FontSizeL dependency property.
public static readonly DependencyProperty FontSizeLProperty
FontSizeProperty
DependencyProperty
Identifies the FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
FontSizeSProperty
DependencyProperty
Identifies the FontSizeS dependency property.
public static readonly DependencyProperty FontSizeSProperty
IconColorProperty
DependencyProperty
Identifies the IconColor dependency property.
public static readonly DependencyProperty IconColorProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
public static readonly DependencyProperty IsFreezableProperty
MainColorProperty
DependencyProperty
Identifies the MainColor dependency property.
public static readonly DependencyProperty MainColorProperty
MarkerColorProperty
DependencyProperty
Identifies the MarkerColor dependency property.
public static readonly DependencyProperty MarkerColorProperty
MarkerInvertedColorProperty
DependencyProperty
Identifies the MarkerInvertedColor dependency property.
public static readonly DependencyProperty MarkerInvertedColorProperty
MouseOverColorProperty
DependencyProperty
Identifies the MouseOverColor dependency property.
public static readonly DependencyProperty MouseOverColorProperty
PressedColorProperty
DependencyProperty
Identifies the PressedColor dependency property.
public static readonly DependencyProperty PressedColorProperty
PrimaryColorProperty
DependencyProperty
Identifies the PrimaryColor dependency property.
public static readonly DependencyProperty PrimaryColorProperty
ReadOnlyBackgroundColorProperty
DependencyProperty
Identifies the ReadOnlyBackgroundColor dependency property.
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
ReadOnlyBorderColorProperty
DependencyProperty
Identifies the ReadOnlyBorderColor dependency property.
public static readonly DependencyProperty ReadOnlyBorderColorProperty
SelectedColorProperty
DependencyProperty
Identifies the SelectedColor dependency property.
public static readonly DependencyProperty SelectedColorProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentColor
Color
Gets or sets the color of the Office2016TouchTheme's accent elements.
public Color AccentColor { get; set; }
AccentFocusedColor
Color
Gets or sets the color of the Office2016TouchTheme's focused accent elements.
public Color AccentFocusedColor { get; set; }
AccentMouseOverColor
Color
Gets or sets the color of the Office2016TouchTheme's mouse over accent elements.
public Color AccentMouseOverColor { get; set; }
AccentPressedColor
Color
Gets or sets the color of the Office2016TouchTheme's pressed accent elements.
public Color AccentPressedColor { get; set; }
AlternativeColor
Color
Gets or sets the color of the Office2016TouchTheme's alternative elements.
public Color AlternativeColor { get; set; }
BasicColor
Color
Gets or sets the color of the Office2016TouchTheme's basic elements.
public Color BasicColor { get; set; }
ComplementaryColor
Color
Gets or sets the color of the Office2016TouchTheme's complementary elements.
public Color ComplementaryColor { get; set; }
CornerRadius
CornerRadius
Gets or sets the CornerRadius used in borders.
public CornerRadius CornerRadius { get; set; }
CornerRadiusBottom
CornerRadius
Gets or sets the CornerRadiusBottom used in borders.
public CornerRadius CornerRadiusBottom { get; set; }
CornerRadiusLeft
CornerRadius
Gets or sets the CornerRadiusLeft used in borders.
public CornerRadius CornerRadiusLeft { get; set; }
CornerRadiusRight
CornerRadius
Gets or sets the CornerRadiusRight used in borders.
public CornerRadius CornerRadiusRight { get; set; }
CornerRadiusTop
CornerRadius
Gets or sets the CornerRadiusTop used in borders.
public CornerRadius CornerRadiusTop { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
FocusThickness
Thickness
Gets or sets the FocusThickness used in borders.
public Thickness FocusThickness { get; set; }
FontFamily
FontFamily
Gets or sets the FontFamily used in normal texts.
public FontFamily FontFamily { get; set; }
IconColor
Color
Gets or sets the color of the Office2016TouchTheme's Icon elements.
public Color IconColor { get; set; }
MainColor
Color
Gets or sets the color of the Office2016TouchTheme's main elements.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the color of the Office2016TouchTheme's marker elements.
public Color MarkerColor { get; set; }
MarkerInvertedColor
Color
Gets or sets the color of the Office2016TouchTheme's inverted marker elements.
public Color MarkerInvertedColor { get; set; }
MouseOverColor
Color
Gets or sets the color of the Office2016TouchTheme's mouse over elements.
public Color MouseOverColor { get; set; }
Holds the Palette singleton instance.
public static Office2016TouchPalette Palette { get; }
PressedColor
Color
Gets or sets the color of the Office2016TouchTheme's pressed elements.
public Color PressedColor { get; set; }
PrimaryColor
Color
Gets or sets the color of the Office2016TouchTheme's primary elements.
public Color PrimaryColor { get; set; }
Gets or sets the color of the Office2016TouchTheme's read only background elements.
public Color ReadOnlyBackgroundColor { get; set; }
ReadOnlyBorderColor
Color
Gets or sets the color of the Office2016TouchTheme's read only border elements.
public Color ReadOnlyBorderColor { get; set; }
SelectedColor
Color
Gets or sets the color of the Office2016TouchTheme's selected elements.
public Color SelectedColor { get; set; }
ValidationColor
Color
Gets or sets the color of the Office2016TouchTheme's validation elements.
public Color ValidationColor { get; set; }
Methods
Gets the IsFreezable value from a DependencyObject.
public static bool GetIsFreezable(DependencyObject dependencyObject)
The dependencyObject.
Returns:The IsFreezable value.
Sets the IsFreezable value from a DependencyObject.
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
The dependencyObject.
valueboolThe IsFreezable value.