BackgroundColorAction Class
Definition
Action that gets or sets the background color of the current selection.
public class BackgroundColorAction
Constructors
| Name | Description |
|---|---|
| BackgroundColorAction | No summary available. |
BackgroundColorAction Constructor
public BackgroundColorAction()
Methods
| Name | Description |
|---|---|
| GetAvailableValues | No summary available. |
GetAvailableValues Method
public System.Collections.Generic.IEnumerable<Avalonia.Media.IBrush> GetAvailableValues()
Returns
System.Collections.Generic.IEnumerable<Avalonia.Media.IBrush>
Properties
| Name | Description |
|---|---|
| DisplayName | No summary available. |
| Id | No summary available. |
DisplayName Property
public string DisplayName { get; set; }
Id Property
public string Id { get; set; }