Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class ShapesOutlinePickerBase : ShapesControlBase
Inheritance: objectControlBaseShapesControlBaseShapesOutlinePickerBase
Derived Classes:
Inherited Members
Constructors
C#
protected ShapesOutlinePickerBase()
Fields
OutlineDashTypeItemsProperty
DependencyProperty
C#
public static readonly DependencyProperty OutlineDashTypeItemsProperty
OutlineWeightItemsProperty
DependencyProperty
C#
public static readonly DependencyProperty OutlineWeightItemsProperty
SelectedOutlineColorProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedOutlineColorProperty
SelectedOutlineDashTypeProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedOutlineDashTypeProperty
SelectedOutlineWeightProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedOutlineWeightProperty
SplitButtonImageProperty
DependencyProperty
C#
public static readonly DependencyProperty SplitButtonImageProperty
Properties
C#
public List<ShapesOutlineDashTypeViewModel> OutlineDashTypeItems { get; set; }
C#
public List<ShapesOutlineWeightViewModel> OutlineWeightItems { get; set; }
SelectedOutlineColor
Color
C#
public Color SelectedOutlineColor { get; set; }
C#
public LineDashType SelectedOutlineDashType { get; set; }
C#
public double SelectedOutlineWeight { get; set; }
SplitButtonImage
ImageSource
C#
public ImageSource SplitButtonImage { get; set; }
Methods
C#
protected abstract ShapeContextCommandBase OutlineWidthCommand()