ClassDashTypeGallery
Class
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
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
SelectedOutlineDashType
Declaration
cs-api-definition
public LineDashType SelectedOutlineDashType { get; set; }
Property Value
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
The RoutedEventArgs that contains the event data.