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 |
Description |
System.Windows.DependencyProperty |
|
FontSizeSourceProperty
Declaration
public static readonly DependencyProperty FontSizeSourceProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
FontFamilySource
Declaration
public List<FontFamily> FontFamilySource { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Windows.Media.FontFamily> |
|
FontSizeSource
Declaration
public double[] FontSizeSource { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
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 |
Description |
Syncfusion.Windows.Tools.Controls.RichTextBoxAdv |
|
VisualStyleCommand
Declaration
public RoutedCommand VisualStyleCommand { get; }
Property Value
Methods
Dispose()
Declaration
NextCanExecute()
Declaration
public bool NextCanExecute()
Returns
Type |
Description |
System.Boolean |
|
NextExecute()
Declaration
public void NextExecute()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
PreviousCanExecute()
Declaration
public bool PreviousCanExecute()
Returns
Type |
Description |
System.Boolean |
|
PreviousExecute()
Declaration
public void PreviousExecute()
Implements
System.IDisposable