Skip to main content

ForegroundColorAction Class

Definition

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

Action that gets or sets the foreground color of the current selection.

public class ForegroundColorAction

Inheritance: PropertyAction<IBrush> -> ForegroundColorAction

Constructors

NameDescription
ForegroundColorActionNo summary available.

ForegroundColorAction Constructor

public ForegroundColorAction()

Methods

NameDescription
GetAvailableValuesNo summary available.

GetAvailableValues Method

public System.Collections.Generic.IEnumerable<Avalonia.Media.IBrush> GetAvailableValues()

Returns

System.Collections.Generic.IEnumerable<Avalonia.Media.IBrush>

Properties

NameDescription
DisplayNameNo summary available.
IdNo summary available.

DisplayName Property

public string DisplayName { get; set; }

Id Property

public string Id { get; set; }