Class ShapesOutlinePickerBase
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class ShapesOutlinePickerBase : ShapesControlBase
Constructors
ShapesOutlinePickerBase()
Declaration
protected ShapesOutlinePickerBase()
Fields
OutlineDashTypeItemsProperty
Declaration
public static readonly DependencyProperty OutlineDashTypeItemsProperty
Field Value
System.
|
OutlineWeightItemsProperty
Declaration
public static readonly DependencyProperty OutlineWeightItemsProperty
Field Value
System.
|
SelectedOutlineColorProperty
Declaration
public static readonly DependencyProperty SelectedOutlineColorProperty
Field Value
System.
|
SelectedOutlineDashTypeProperty
Declaration
public static readonly DependencyProperty SelectedOutlineDashTypeProperty
Field Value
System.
|
SelectedOutlineWeightProperty
Declaration
public static readonly DependencyProperty SelectedOutlineWeightProperty
Field Value
System.
|
SplitButtonImageProperty
Declaration
public static readonly DependencyProperty SplitButtonImageProperty
Field Value
System.
|
Properties
OutlineDashTypeItems
Declaration
public List<ShapesOutlineDashTypeViewModel> OutlineDashTypeItems { get; set; }
Property Value
System.
|
OutlineWeightItems
Declaration
public List<ShapesOutlineWeightViewModel> OutlineWeightItems { get; set; }
Property Value
System.
|
SelectedOutlineColor
Declaration
public Color SelectedOutlineColor { get; set; }
Property Value
System.
|
SelectedOutlineDashType
SelectedOutlineWeight
Declaration
public double SelectedOutlineWeight { get; set; }
Property Value
System.
|
SplitButtonImage
Declaration
public ImageSource SplitButtonImage { get; set; }
Property Value
System.
|
Methods
OutlineDashCommand()
Declaration
protected abstract ShapeContextCommandBase OutlineDashCommand()
Returns
OutlineFillCommand()
Declaration
protected abstract ShapeContextCommandBase OutlineFillCommand()
Returns
OutlineWidthCommand()
Declaration
protected abstract ShapeContextCommandBase OutlineWidthCommand()