Class
GradientFillControl

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class GradientFillControl : ControlBase

Inheritance: objectControlBaseGradientFillControl

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

Constructors

GradientFillControl()

Declaration

cs-api-definition
public GradientFillControl()

Fields

GradientFillProperty

Declaration

cs-api-definition
public static readonly DependencyProperty GradientFillProperty

Field Value

DependencyProperty

Properties

GradientFill

Declaration

cs-api-definition
public Brush GradientFill { get; set; }

Property Value

Brush

Methods

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.