Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PatternFillSettingsControl : ControlBase
Inheritance: objectControlBasePatternFillSettingsControl
Inherited Members
Constructors
C#
public PatternFillSettingsControl()
Fields
BackgroundColorProperty
DependencyProperty
C#
public static readonly DependencyProperty BackgroundColorProperty
PatternColorProperty
DependencyProperty
C#
public static readonly DependencyProperty PatternColorProperty
PatternTypeProperty
DependencyProperty
C#
public static readonly DependencyProperty PatternTypeProperty
Properties
BackgroundColor
Color
C#
public Color BackgroundColor { get; set; }
PatternColor
Color
C#
public Color PatternColor { get; set; }
C#
public PatternType PatternType { get; set; }
Methods
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Events
C#
public event EventHandler SelectedPatternChanged