Class
DashTypeGallery

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DashTypeGallery : ControlBase

Inheritance: objectControlBaseDashTypeGallery

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

Constructors

DashTypeGallery()

Declaration

cs-api-definition
public DashTypeGallery()

Fields

OutlineDashTypeItemsProperty

Declaration

cs-api-definition
public static readonly DependencyProperty OutlineDashTypeItemsProperty

Field Value

DependencyProperty

SelectedOutlineDashTypeProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedOutlineDashTypeProperty

Field Value

DependencyProperty

Properties

OutlineDashTypeItems

Declaration

cs-api-definition
public List<ShapesOutlineDashTypeViewModel> OutlineDashTypeItems { get; set; }

Property Value

List<ShapesOutlineDashTypeViewModel>

SelectedOutlineDashType

Declaration

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

Property Value

LineDashType

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.