New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class ShapesOutlinePickerBase : ShapesControlBase

Inheritance: objectControlBaseShapesControlBaseShapesOutlinePickerBase

Derived Classes: ShapesOutlinePickerShapesTextOutlinePicker

Inherited Members ShapesControlBase.AssociatedRichTextBoxPropertyShapesControlBase.AssociatedRichTextBoxControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

C#
protected ShapesOutlinePickerBase()

Fields

C#
public static readonly DependencyProperty OutlineDashTypeItemsProperty

OutlineWeightItemsProperty

DependencyProperty

C#
public static readonly DependencyProperty OutlineWeightItemsProperty
C#
public static readonly DependencyProperty SelectedOutlineColorProperty
C#
public static readonly DependencyProperty SelectedOutlineDashTypeProperty
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; }
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 OutlineDashCommand()
Returns:

ShapeContextCommandBase

C#
protected abstract ShapeContextCommandBase OutlineFillCommand()
Returns:

ShapeContextCommandBase

C#
protected abstract ShapeContextCommandBase OutlineWidthCommand()
Returns:

ShapeContextCommandBase