New to Telerik UI for WPFStart a free 30-day trial

Hold resources used in the Office2016TouchTheme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class Office2016TouchPalette : ThemePalette

Inheritance: objectThemePaletteOffice2016TouchPalette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

AccentFocusedColorProperty

DependencyProperty

Identifies the AccentFocusedColor dependency property.

C#
public static readonly DependencyProperty AccentFocusedColorProperty

Identifies the AccentMouseOverColor dependency property.

C#
public static readonly DependencyProperty AccentMouseOverColorProperty

AccentPressedColorProperty

DependencyProperty

Identifies the AccentPressedColor dependency property.

C#
public static readonly DependencyProperty AccentPressedColorProperty

AlternativeColorProperty

DependencyProperty

Identifies the AlternativeColor dependency property.

C#
public static readonly DependencyProperty AlternativeColorProperty

BasicColorProperty

DependencyProperty

Identifies the BasicColor dependency property.

C#
public static readonly DependencyProperty BasicColorProperty

ComplementaryColorProperty

DependencyProperty

Identifies the ComplementaryColor dependency property.

C#
public static readonly DependencyProperty ComplementaryColorProperty

CornerRadiusBottomProperty

DependencyProperty

Identifies the CornerRadiusBottom dependency property.

C#
public static readonly DependencyProperty CornerRadiusBottomProperty

CornerRadiusLeftProperty

DependencyProperty

Identifies the CornerRadiusLeft dependency property.

C#
public static readonly DependencyProperty CornerRadiusLeftProperty

CornerRadiusProperty

DependencyProperty

Identifies the CornerRadius dependency property.

C#
public static readonly DependencyProperty CornerRadiusProperty

CornerRadiusRightProperty

DependencyProperty

Identifies the CornerRadiusRight dependency property.

C#
public static readonly DependencyProperty CornerRadiusRightProperty

CornerRadiusTopProperty

DependencyProperty

Identifies the CornerRadiusTop dependency property.

C#
public static readonly DependencyProperty CornerRadiusTopProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

FocusThicknessProperty

DependencyProperty

Identifies the FocusThickness dependency property.

C#
public static readonly DependencyProperty FocusThicknessProperty

FontFamilyProperty

DependencyProperty

Identifies the FontFamily dependency property.

C#
public static readonly DependencyProperty FontFamilyProperty

FontSizeLProperty

DependencyProperty

Identifies the FontSizeL dependency property.

C#
public static readonly DependencyProperty FontSizeLProperty

FontSizeProperty

DependencyProperty

Identifies the FontSize dependency property.

C#
public static readonly DependencyProperty FontSizeProperty

FontSizeSProperty

DependencyProperty

Identifies the FontSizeS dependency property.

C#
public static readonly DependencyProperty FontSizeSProperty

IconColorProperty

DependencyProperty

Identifies the IconColor dependency property.

C#
public static readonly DependencyProperty IconColorProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
public static readonly DependencyProperty IsFreezableProperty

MainColorProperty

DependencyProperty

Identifies the MainColor dependency property.

C#
public static readonly DependencyProperty MainColorProperty

MarkerColorProperty

DependencyProperty

Identifies the MarkerColor dependency property.

C#
public static readonly DependencyProperty MarkerColorProperty

MarkerInvertedColorProperty

DependencyProperty

Identifies the MarkerInvertedColor dependency property.

C#
public static readonly DependencyProperty MarkerInvertedColorProperty

MouseOverColorProperty

DependencyProperty

Identifies the MouseOverColor dependency property.

C#
public static readonly DependencyProperty MouseOverColorProperty

PressedColorProperty

DependencyProperty

Identifies the PressedColor dependency property.

C#
public static readonly DependencyProperty PressedColorProperty

PrimaryColorProperty

DependencyProperty

Identifies the PrimaryColor dependency property.

C#
public static readonly DependencyProperty PrimaryColorProperty

Identifies the ReadOnlyBackgroundColor dependency property.

C#
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty

ReadOnlyBorderColorProperty

DependencyProperty

Identifies the ReadOnlyBorderColor dependency property.

C#
public static readonly DependencyProperty ReadOnlyBorderColorProperty

SelectedColorProperty

DependencyProperty

Identifies the SelectedColor dependency property.

C#
public static readonly DependencyProperty SelectedColorProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

Gets or sets the color of the Office2016TouchTheme's accent elements.

C#
public Color AccentColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's focused accent elements.

C#
public Color AccentFocusedColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's mouse over accent elements.

C#
public Color AccentMouseOverColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's pressed accent elements.

C#
public Color AccentPressedColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's alternative elements.

C#
public Color AlternativeColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's basic elements.

C#
public Color BasicColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's complementary elements.

C#
public Color ComplementaryColor { get; set; }

CornerRadius

CornerRadius

Gets or sets the CornerRadius used in borders.

C#
public CornerRadius CornerRadius { get; set; }

CornerRadiusBottom

CornerRadius

Gets or sets the CornerRadiusBottom used in borders.

C#
public CornerRadius CornerRadiusBottom { get; set; }

CornerRadiusLeft

CornerRadius

Gets or sets the CornerRadiusLeft used in borders.

C#
public CornerRadius CornerRadiusLeft { get; set; }

CornerRadiusRight

CornerRadius

Gets or sets the CornerRadiusRight used in borders.

C#
public CornerRadius CornerRadiusRight { get; set; }

CornerRadiusTop

CornerRadius

Gets or sets the CornerRadiusTop used in borders.

C#
public CornerRadius CornerRadiusTop { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the FocusThickness used in borders.

C#
public Thickness FocusThickness { get; set; }

FontFamily

FontFamily

Gets or sets the FontFamily used in normal texts.

C#
public FontFamily FontFamily { get; set; }

Gets or sets the font size for normal text.

C#
public double FontSize { get; set; }

Gets or sets the font size for large text.

C#
public double FontSizeL { get; set; }

Gets or sets the font size for small text.

C#
public double FontSizeS { get; set; }

Gets or sets the color of the Office2016TouchTheme's Icon elements.

C#
public Color IconColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's main elements.

C#
public Color MainColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's marker elements.

C#
public Color MarkerColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's inverted marker elements.

C#
public Color MarkerInvertedColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's mouse over elements.

C#
public Color MouseOverColor { get; set; }

Holds the Palette singleton instance.

C#
public static Office2016TouchPalette Palette { get; }

Gets or sets the color of the Office2016TouchTheme's pressed elements.

C#
public Color PressedColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's primary elements.

C#
public Color PrimaryColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's read only background elements.

C#
public Color ReadOnlyBackgroundColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's read only border elements.

C#
public Color ReadOnlyBorderColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's selected elements.

C#
public Color SelectedColor { get; set; }

Gets or sets the color of the Office2016TouchTheme's validation elements.

C#
public Color ValidationColor { get; set; }

Methods

Gets the IsFreezable value from a DependencyObject.

C#
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

Returns:

bool

The IsFreezable value.

Sets the IsFreezable value from a DependencyObject.

C#
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

valuebool

The IsFreezable value.