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