Represents the content of the CreateNewThemeColorsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CreateNewThemeColorsDialogContent : CreateNewThemeColorsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>CreateNewThemeColorsDialogContentBaseCreateNewThemeColorsDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CreateNewThemeColorsDialogContent class.
public CreateNewThemeColorsDialogContent()
Fields
Accent1Property
DependencyProperty
Accent1 dependency property.
public static readonly DependencyProperty Accent1Property
Accent2Property
DependencyProperty
Accent2 dependency property.
public static readonly DependencyProperty Accent2Property
Accent3Property
DependencyProperty
Accent3 dependency property.
public static readonly DependencyProperty Accent3Property
Accent4Property
DependencyProperty
Accent4 dependency property.
public static readonly DependencyProperty Accent4Property
Accent5Property
DependencyProperty
Accent5 dependency property.
public static readonly DependencyProperty Accent5Property
Accent6Property
DependencyProperty
Accent6 dependency property.
public static readonly DependencyProperty Accent6Property
Background1Property
DependencyProperty
Background1 dependency property.
public static readonly DependencyProperty Background1Property
Background2Property
DependencyProperty
Background2 dependency property.
public static readonly DependencyProperty Background2Property
FollowedHyperlinkProperty
DependencyProperty
Followed hyperlink dependency property.
public static readonly DependencyProperty FollowedHyperlinkProperty
HyperlinkProperty
DependencyProperty
Hyperlink dependency property.
public static readonly DependencyProperty HyperlinkProperty
IsResetButtonEnabledProperty
DependencyProperty
Is reset button enabled dependency property.
public static readonly DependencyProperty IsResetButtonEnabledProperty
SchemeNameProperty
DependencyProperty
Scheme name dependency property.
public static readonly DependencyProperty SchemeNameProperty
Text1Property
DependencyProperty
Text1 dependency property.
public static readonly DependencyProperty Text1Property
Text2Property
DependencyProperty
Text2 dependency property.
public static readonly DependencyProperty Text2Property
Properties
Accent1
Color
Gets or sets the first accent color.
public Color Accent1 { get; set; }
The color the first accent color.
Accent2
Color
Gets or sets the second accent color.
public Color Accent2 { get; set; }
The color the second accent color.
Accent3
Color
Gets or sets the third accent color.
public Color Accent3 { get; set; }
The color the third accent color.
Accent4
Color
Gets or sets the fourth accent color.
public Color Accent4 { get; set; }
The color the fourth accent color.
Accent5
Color
Gets or sets the fifth accent color.
public Color Accent5 { get; set; }
The color the fifth accent color.
Accent6
Color
Gets or sets the sixth accent color.
public Color Accent6 { get; set; }
The color the sixth accent color.
Background1
Color
Gets or sets the color of the first background.
public Color Background1 { get; set; }
The color of the first background.
Background2
Color
Gets or sets the color of the second background.
public Color Background2 { get; set; }
The color of the second background.
FollowedHyperlink
Color
Gets or sets the followed hyperlink color.
public Color FollowedHyperlink { get; set; }
The followed hyperlink color.
Hyperlink
Color
Gets or sets the hyperlink color.
public Color Hyperlink { get; set; }
The hyperlink color.
Gets or sets a value indicating whether the reset button is enabled.
public bool IsResetButtonEnabled { get; set; }
The value indicating whether the reset button is enabled.
Gets the reset command.
public ICommand ResetCommand { get; }
The reset command.
Gets or sets the name of the scheme.
public string SchemeName { get; set; }
The name of the scheme.
Text1
Color
Gets or sets the color of the first text.
public Color Text1 { get; set; }
The color of the first text.
Text2
Color
Gets or sets the color of the second text.
public Color Text2 { get; set; }
The color of the second text.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
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.
Invoked when an unhandled attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnKeyDown(KeyEventArgs e)
The KeyEventArgs that contains the event data.
Invoked when an unhandled routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides:
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: