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

Represents the content of the CreateNewThemeColorsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CreateNewThemeColorsDialogContent : CreateNewThemeColorsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>CreateNewThemeColorsDialogContentBaseCreateNewThemeColorsDialogContent...

Implements: ILocalizableINotifyPropertyChangedIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ShowDialog(CreateNewThemeColorsDialogContext)RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.Show(CreateNewThemeColorsDialogContext)RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.Close()RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.HostWindowRadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ContextRadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the CreateNewThemeColorsDialogContent class.

C#
public CreateNewThemeColorsDialogContent()

Fields

Accent1Property

DependencyProperty

Accent1 dependency property.

C#
public static readonly DependencyProperty Accent1Property

Accent2Property

DependencyProperty

Accent2 dependency property.

C#
public static readonly DependencyProperty Accent2Property

Accent3Property

DependencyProperty

Accent3 dependency property.

C#
public static readonly DependencyProperty Accent3Property

Accent4Property

DependencyProperty

Accent4 dependency property.

C#
public static readonly DependencyProperty Accent4Property

Accent5Property

DependencyProperty

Accent5 dependency property.

C#
public static readonly DependencyProperty Accent5Property

Accent6Property

DependencyProperty

Accent6 dependency property.

C#
public static readonly DependencyProperty Accent6Property

Background1Property

DependencyProperty

Background1 dependency property.

C#
public static readonly DependencyProperty Background1Property

Background2Property

DependencyProperty

Background2 dependency property.

C#
public static readonly DependencyProperty Background2Property

FollowedHyperlinkProperty

DependencyProperty

Followed hyperlink dependency property.

C#
public static readonly DependencyProperty FollowedHyperlinkProperty

HyperlinkProperty

DependencyProperty

Hyperlink dependency property.

C#
public static readonly DependencyProperty HyperlinkProperty

Is reset button enabled dependency property.

C#
public static readonly DependencyProperty IsResetButtonEnabledProperty

SchemeNameProperty

DependencyProperty

Scheme name dependency property.

C#
public static readonly DependencyProperty SchemeNameProperty

Text1Property

DependencyProperty

Text1 dependency property.

C#
public static readonly DependencyProperty Text1Property

Text2Property

DependencyProperty

Text2 dependency property.

C#
public static readonly DependencyProperty Text2Property

Properties

Accent1

Color

Gets or sets the first accent color.

C#
public Color Accent1 { get; set; }
Property Value:

The color the first accent color.

Accent2

Color

Gets or sets the second accent color.

C#
public Color Accent2 { get; set; }
Property Value:

The color the second accent color.

Accent3

Color

Gets or sets the third accent color.

C#
public Color Accent3 { get; set; }
Property Value:

The color the third accent color.

Accent4

Color

Gets or sets the fourth accent color.

C#
public Color Accent4 { get; set; }
Property Value:

The color the fourth accent color.

Accent5

Color

Gets or sets the fifth accent color.

C#
public Color Accent5 { get; set; }
Property Value:

The color the fifth accent color.

Accent6

Color

Gets or sets the sixth accent color.

C#
public Color Accent6 { get; set; }
Property Value:

The color the sixth accent color.

Gets or sets the color of the first background.

C#
public Color Background1 { get; set; }
Property Value:

The color of the first background.

Gets or sets the color of the second background.

C#
public Color Background2 { get; set; }
Property Value:

The color of the second background.

Gets or sets the followed hyperlink color.

C#
public Color FollowedHyperlink { get; set; }
Property Value:

The followed hyperlink color.

Gets or sets the hyperlink color.

C#
public Color Hyperlink { get; set; }
Property Value:

The hyperlink color.

Gets or sets a value indicating whether the reset button is enabled.

C#
public bool IsResetButtonEnabled { get; set; }
Property Value:

The value indicating whether the reset button is enabled.

Gets the reset command.

C#
public ICommand ResetCommand { get; }
Property Value:

The reset command.

Gets or sets the name of the scheme.

C#
public string SchemeName { get; set; }
Property Value:

The name of the scheme.

Text1

Color

Gets or sets the color of the first text.

C#
public Color Text1 { get; set; }
Property Value:

The color of the first text.

Text2

Color

Gets or sets the color of the second text.

C#
public Color Text2 { get; set; }
Property Value:

The color of the second text.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

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.

C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<CreateNewThemeColorsDialogContext>.ShowDialogOverride()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged