ForegroundColorAction Class
Definition
Action that gets or sets the foreground color of the current selection.
public class ForegroundColorAction
Constructors
| Name | Description |
|---|---|
| ForegroundColorAction | No summary available. |
ForegroundColorAction Constructor
public ForegroundColorAction()
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; }