Class ChangeFontSizeCommand
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ChangeFontSizeCommand : RichTextBoxCommandBase, ICommand
  Constructors
ChangeFontSizeCommand(RadRichTextBox)
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
Overrides
OnFontSizeChanged(StylePropertyChangedEventArgs<Double>)
Declaration
protected virtual void OnFontSizeChanged(StylePropertyChangedEventArgs<double> e)
  Parameters
| 
        StylePropertyChangedEventArgs<System.Double>
        e
         
  | 
    
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
  Overrides
Events
FontSizeChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<double>> FontSizeChanged
  Event Type
| 
        System.EventHandler<StylePropertyChangedEventArgs<System.Double>>
         
  |