Class
SolidLineSettingsControl

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SolidLineSettingsControl : ControlBase

Inheritance: objectControlBaseSolidLineSettingsControl

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

Constructors

SolidLineSettingsControl()

Declaration

cs-api-definition
public SolidLineSettingsControl()

Fields

SelectedColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedColorProperty

Field Value

DependencyProperty

SelectedDashTypeProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedDashTypeProperty

Field Value

DependencyProperty

SelectedWidthProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedWidthProperty

Field Value

DependencyProperty

Properties

SelectedColor

Declaration

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

Property Value

Color

SelectedDashType

Declaration

cs-api-definition
public LineDashType SelectedDashType { get; set; }

Property Value

LineDashType

SelectedWidth

Declaration

cs-api-definition
public double SelectedWidth { get; set; }

Property Value

double

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.

Events

SelectedColorChanged

Declaration

cs-api-definition
public event EventHandler SelectedColorChanged

Event Value

EventHandler

SelectedDashTypeChanged

Declaration

cs-api-definition
public event EventHandler SelectedDashTypeChanged

Event Value

EventHandler

SelectedWidthChanged

Declaration

cs-api-definition
public event EventHandler SelectedWidthChanged

Event Value

EventHandler