Class PatternFillSettingsControl
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PatternFillSettingsControl : ControlBase
Constructors
PatternFillSettingsControl()
Declaration
public PatternFillSettingsControl()
Fields
BackgroundColorProperty
Declaration
public static readonly DependencyProperty BackgroundColorProperty
Field Value
System.Windows.DependencyProperty
|
PatternColorProperty
Declaration
public static readonly DependencyProperty PatternColorProperty
Field Value
System.Windows.DependencyProperty
|
PatternTypeProperty
Declaration
public static readonly DependencyProperty PatternTypeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
PatternColor
Declaration
public Color PatternColor { get; set; }
Property Value
System.Windows.Media.Color
|
PatternType
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Events
SelectedPatternChanged
Declaration
public event EventHandler SelectedPatternChanged
Event Type
System.EventHandler
|