Class
PatternFillSettingsControl

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PatternFillSettingsControl : ControlBase

Inheritance: objectControlBasePatternFillSettingsControl

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

PatternFillSettingsControl()

Declaration

cs-api-definition
public PatternFillSettingsControl()

Fields

BackgroundColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty BackgroundColorProperty

Field Value

DependencyProperty

PatternColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty PatternColorProperty

Field Value

DependencyProperty

PatternTypeProperty

Declaration

cs-api-definition
public static readonly DependencyProperty PatternTypeProperty

Field Value

DependencyProperty

Properties

BackgroundColor

Declaration

cs-api-definition
public Color BackgroundColor { get; set; }

Property Value

Color

PatternColor

Declaration

cs-api-definition
public Color PatternColor { get; set; }

Property Value

Color

PatternType

Declaration

cs-api-definition
public PatternType PatternType { get; set; }

Property Value

PatternType

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Events

SelectedPatternChanged

Declaration

cs-api-definition
public event EventHandler SelectedPatternChanged

Event Value

EventHandler