Provides methods and properties of using a theme preview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SmallThemePreviewControl : Control
Inheritance: objectSmallThemePreviewControl
Constructors
Initializes a new instance of the SmallThemePreviewControl class.
public SmallThemePreviewControl()
Fields
Accent1Property
DependencyProperty
The Dependency property Accent1Property specifying Accent1 color.
public static readonly DependencyProperty Accent1Property
Accent2Property
DependencyProperty
The Dependency property Accent2Property specifying Accent2 color.
public static readonly DependencyProperty Accent2Property
Accent3Property
DependencyProperty
The Dependency property Accent3Property specifying Accent3 color.
public static readonly DependencyProperty Accent3Property
Accent4Property
DependencyProperty
The Dependency property Accent4Property specifying Accent4 color.
public static readonly DependencyProperty Accent4Property
Accent5Property
DependencyProperty
The Dependency property Accent5Property specifying Accent5 color.
public static readonly DependencyProperty Accent5Property
Accent6Property
DependencyProperty
The Dependency property Accent6Property specifying Accent6 color.
public static readonly DependencyProperty Accent6Property
MajorFontSizeProperty
DependencyProperty
The Dependency property MajorFontSizeProperty.
public static readonly DependencyProperty MajorFontSizeProperty
MajorProperty
DependencyProperty
The Dependency property MajorProperty.
public static readonly DependencyProperty MajorProperty
MinorFontSizeProperty
DependencyProperty
The Dependency property MinorFontSizeProperty.
public static readonly DependencyProperty MinorFontSizeProperty
MinorProperty
DependencyProperty
The Dependency property MinorProperty.
public static readonly DependencyProperty MinorProperty
RadSpreadsheetProperty
DependencyProperty
The Dependency property RadSpreadsheetProperty.
public static readonly DependencyProperty RadSpreadsheetProperty
Text2Property
DependencyProperty
The Dependency property Text2Property specifying Text2 color.
public static readonly DependencyProperty Text2Property
Properties
Accent1
SolidColorBrush
Gets or sets the accent1 color.
public SolidColorBrush Accent1 { get; set; }
The accent1 color.
Accent2
SolidColorBrush
Gets or sets the accent2 color.
public SolidColorBrush Accent2 { get; set; }
The accent2 color.
Accent3
SolidColorBrush
Gets or sets the accent3 color.
public SolidColorBrush Accent3 { get; set; }
The accent3 color.
Accent4
SolidColorBrush
Gets or sets the accent4 color.
public SolidColorBrush Accent4 { get; set; }
The accent4 color.
Accent5
SolidColorBrush
Gets or sets the accent5 color.
public SolidColorBrush Accent5 { get; set; }
The accent5 color.
Accent6
SolidColorBrush
Gets or sets the accent6 color.
public SolidColorBrush Accent6 { get; set; }
The accent6 color.
Major
FontFamily
Gets or sets the major FontFamily.
public FontFamily Major { get; set; }
The major FontFamily.
Gets or sets the major FontSize.
public double MajorFontSize { get; set; }
The major FontSize.
Minor
FontFamily
Gets or sets the minor FontFamily.
public FontFamily Minor { get; set; }
The minor FontFamily.
Gets or sets the minor FontSize.
public double MinorFontSize { get; set; }
The minor FontSize.
Gets or sets the RadSpreadsheet of the SmallThemePreviewControl.
public RadSpreadsheet RadSpreadsheet { get; set; }
The RadSpreadsheet of the SmallThemePreviewControl.
Text2
SolidColorBrush
Gets or sets the text2 color.
public SolidColorBrush Text2 { get; set; }
The text2 color.
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.