RichTextButtonActions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class defining the RichText formatter actions
public class RichTextButtonActions : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarFormats.ButtonActions
type RichTextButtonActions = class
inherit ButtonActions
Public Class RichTextButtonActions
Inherits ButtonActions
- Inheritance
Constructors
| RichTextButtonActions(RichTextFormatter) |
Initializes a new instance of the RichTextButtonActions class. |
Properties
| Formatter |
Gets the RichTextFormatter |
Methods
| FormatBold(ToolbarButton) |
Applies Bold |
| FormatItalics(ToolbarButton) |
Applies Italics |
| FormatLink(ToolbarButton, String, String, String) |
Applies Link |
| FormatList(ToolbarButton) |
Applies List |
| FormatOrderedList(ToolbarButton) |
Applies Ordered List |
| FormatStrikethrough(ToolbarButton) |
Applies Strikethrough |
| FormatUnderline(ToolbarButton) |
Formats the selection as underline |