Class FillSettingsControlBase
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class FillSettingsControlBase : ShapesControlBase
Constructors
FillSettingsControlBase()
Declaration
public FillSettingsControlBase()
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
SetSelectedFillProperty(IShapeFill)
Declaration
protected abstract void SetSelectedFillProperty(IShapeFill shapeFill)
Parameters
IShape
|
TryGetSelectedFillProperty(RadRichTextBox, out IShapeFill)
Declaration
protected abstract bool TryGetSelectedFillProperty(RadRichTextBox richTextBox, out IShapeFill shapeFill)
Parameters
Rad
|
IShape
|
Returns
System.
|