WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextRibbon

    Show / Hide Table of Contents

    Class RichTextRibbon

    Inheritance
    System.Object
    RichTextRibbon
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextRibbon.WPF.dll
    Syntax
    public class RichTextRibbon : Control, IDisposable

    Constructors

    RichTextRibbon()

    Declaration
    public RichTextRibbon()

    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
    Type Description
    RoutedCommand

    PrintPreviousCommand

    Declaration
    public RoutedCommand PrintPreviousCommand { get; }
    Property Value
    Type Description
    RoutedCommand

    RichTextEdit

    Declaration
    public RichTextBoxAdv RichTextEdit { get; set; }
    Property Value
    Type Description
    Syncfusion.Windows.Tools.Controls.RichTextBoxAdv

    VisualStyleCommand

    Declaration
    public RoutedCommand VisualStyleCommand { get; }
    Property Value
    Type Description
    RoutedCommand

    Methods

    Dispose()

    Declaration
    public void Dispose()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved