Class DashTypeGallery
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class DashTypeGallery : ControlBase
Constructors
DashTypeGallery()
Declaration
public DashTypeGallery()
Fields
OutlineDashTypeItemsProperty
Declaration
public static readonly DependencyProperty OutlineDashTypeItemsProperty
Field Value
System.Windows.DependencyProperty
|
SelectedOutlineDashTypeProperty
Declaration
public static readonly DependencyProperty SelectedOutlineDashTypeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
OutlineDashTypeItems
Declaration
public List<ShapesOutlineDashTypeViewModel> OutlineDashTypeItems { get; set; }
Property Value
System.Collections.Generic.List<ShapesOutlineDashTypeViewModel>
|
SelectedOutlineDashType
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |