menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FontButtonClickedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FontButtonClickedEventArgs

    Event args for Font button click. Set the font streams to be used in Rich Text Editor.

    Inheritance
    System.Object
    FontButtonClickedEventArgs
    Namespace: Syncfusion.XForms.RichTextEditor
    Assembly: Syncfusion.SfRichTextEditor.XForms.dll
    Syntax
    public class FontButtonClickedEventArgs : Object

    Constructors

    FontButtonClickedEventArgs(Dictionary<String, Stream>)

    Initializes a new instance of the FontButtonClickedEventArgs class.

    Declaration
    public FontButtonClickedEventArgs(Dictionary<string, Stream> fontStreamCollection)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.IO.Stream> fontStreamCollection

    font stream collection.

    Properties

    FontStreamCollection

    Gets the font stream collection to be used in Rich Text Editor.

    Declaration
    public Dictionary<string, Stream> FontStreamCollection { get; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.IO.Stream>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved