Skip to main content

FontSizeAction Class

Definition

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

Action that gets or sets the font size of the current selection.

public class FontSizeAction

Inheritance: PropertyAction<double> -> FontSizeAction

Constructors

NameDescription
FontSizeActionNo summary available.

FontSizeAction Constructor

public FontSizeAction()

Methods

NameDescription
GetAvailableValuesNo summary available.

GetAvailableValues Method

public System.Collections.Generic.IEnumerable<double> GetAvailableValues()

Returns

System.Collections.Generic.IEnumerable<double>

Properties

NameDescription
DisplayNameNo summary available.
IdNo summary available.

DisplayName Property

public string DisplayName { get; set; }

Id Property

public string Id { get; set; }