Interface ISelectionMiniToolBar
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ISelectionMiniToolBar
Properties
Height
Declaration
double Height { get; }
Property Value
System.Double
|
Width
Declaration
double Width { get; }
Property Value
System.Double
|
Methods
Hide()
Declaration
void Hide()
SetOpacity(Double)
Declaration
void SetOpacity(double opacity)
Parameters
System.Double
opacity
|
Show(Point, RadRichTextBox)
Declaration
void Show(Point location, RadRichTextBox radRichTextBox)
Parameters
System.Windows.Point
location
|
RadRichTextBox
radRichTextBox
|