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