Class
ShapesOutlinePickerBase

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: ShapesOutlinePickerShapesTextOutlinePicker

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

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

List<ShapesOutlineDashTypeViewModel>

OutlineWeightItems

Declaration

cs-api-definition
public List<ShapesOutlineWeightViewModel> OutlineWeightItems { get; set; }

Property Value

List<ShapesOutlineWeightViewModel>

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

LineDashType

SelectedOutlineWeight

Declaration

cs-api-definition
public double SelectedOutlineWeight { get; set; }

Property Value

double

SplitButtonImage

Declaration

cs-api-definition
public ImageSource SplitButtonImage { get; set; }

Property Value

ImageSource

Methods

OutlineDashCommand()

Declaration

cs-api-definition
protected abstract ShapeContextCommandBase OutlineDashCommand()

Returns

ShapeContextCommandBase

OutlineFillCommand()

Declaration

cs-api-definition
protected abstract ShapeContextCommandBase OutlineFillCommand()

Returns

ShapeContextCommandBase

OutlineWidthCommand()

Declaration

cs-api-definition
protected abstract ShapeContextCommandBase OutlineWidthCommand()

Returns

ShapeContextCommandBase