Skip to main content

StrikethroughAction Class

Definition

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

Action that toggles strikethrough formatting on the current selection.

public class StrikethroughAction

Inheritance: FormattingToggleAction<TextDecorationCollection> -> StrikethroughAction

Constructors

NameDescription
StrikethroughActionNo summary available.

StrikethroughAction Constructor

public StrikethroughAction()

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