Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class GradientsDirectionPopupGallery : ControlBase
Inheritance: objectControlBaseGradientsDirectionPopupGallery
Inherited Members
Constructors
C#
public GradientsDirectionPopupGallery()
Fields
SelectedBrushProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedBrushProperty
Properties
SelectedBrush
Brush
C#
public Brush SelectedBrush { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
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 SelectedBrushChanged