Class ChangeParagraphFlowDirectionCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ChangeParagraphFlowDirectionCommand : RichTextBoxCommandBase, ICommand
Constructors
ChangeParagraphFlowDirectionCommand(RadRichTextBox)
Declaration
public ChangeParagraphFlowDirectionCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Overrides
GetEventArgs()
Declaration
public StylePropertyChangedEventArgs<Nullable<FlowDirection>> GetEventArgs()
Returns
StylePropertyChangedEventArgs<System.Nullable<System.Windows.FlowDirection>>
|
OnFlowDirectionChanged(StylePropertyChangedEventArgs<Nullable<FlowDirection>>)
Declaration
protected virtual void OnFlowDirectionChanged(StylePropertyChangedEventArgs<Nullable<FlowDirection>> e)
Parameters
StylePropertyChangedEventArgs<System.Nullable<System.Windows.FlowDirection>>
e
|
TryConvertCommandParameter(Object, out FlowDirection)
Declaration
public static bool TryConvertCommandParameter(object commandParameter, out FlowDirection flowDirection)
Parameters
System.Object
commandParameter
|
System.Windows.FlowDirection
flowDirection
|
Returns
System.Boolean
|
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
Overrides
Events
FlowDirectionChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<Nullable<FlowDirection>>> FlowDirectionChanged
Event Type
System.EventHandler<StylePropertyChangedEventArgs<System.Nullable<System.Windows.FlowDirection>>>
|