Skip to main content

BackgroundColorAction Class

Definition

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

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

public class BackgroundColorAction

Inheritance: PropertyAction<IBrush> -> BackgroundColorAction

Constructors

NameDescription
BackgroundColorActionNo summary available.

BackgroundColorAction Constructor

public BackgroundColorAction()

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