Class RichTextRibbon
Inheritance
System.Object
RichTextRibbon
Implements
System.IDisposable
Assembly: Syncfusion.RichTextRibbon.WPF.dll
Syntax
public class RichTextRibbon : Control, IDisposable
Constructors
RichTextRibbon()
Declaration
Fields
FontFamilySourceProperty
Declaration
public static readonly DependencyProperty FontFamilySourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
FontSizeSourceProperty
Declaration
public static readonly DependencyProperty FontSizeSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
FontFamilySource
Declaration
public List<FontFamily> FontFamilySource { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Windows.Media.FontFamily> |
FontSizeSource
Declaration
public double[] FontSizeSource { get; set; }
Property Value
PrintNextCommand
Declaration
public RoutedCommand PrintNextCommand { get; }
Property Value
PrintPreviousCommand
Declaration
public RoutedCommand PrintPreviousCommand { get; }
Property Value
RichTextEdit
Declaration
public RichTextBoxAdv RichTextEdit { get; set; }
Property Value
Type |
Syncfusion.Windows.Tools.Controls.RichTextBoxAdv |
VisualStyleCommand
Declaration
public RoutedCommand VisualStyleCommand { get; }
Property Value
Methods
Dispose()
Declaration
NextCanExecute()
Declaration
public bool NextCanExecute()
Returns
NextExecute()
Declaration
public void NextExecute()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
PreviousCanExecute()
Declaration
public bool PreviousCanExecute()
Returns
PreviousExecute()
Declaration
public void PreviousExecute()
Implements
System.IDisposable