Skip to main content

BoldAction Class

Definition

Assembly:Avalonia.Controls.RichTextEditor
Package:Avalonia.Controls.RichTextEditor

Action that toggles bold formatting on the current selection.

public class BoldAction

Inheritance: FormattingToggleAction<FontWeight> -> BoldAction

Constructors

NameDescription
BoldActionNo summary available.

BoldAction Constructor

public BoldAction()

Properties

NameDescription
DisplayNameNo summary available.
GestureNo summary available.
IdNo summary available.

DisplayName Property

public string DisplayName { get; set; }

Gesture Property

public Avalonia.Input.KeyGesture Gesture { get; set; }

Id Property

public string Id { get; set; }