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> |