Class GetBackgroundColorsCommandResponse
Response for GetBackgroundColors
public sealed class GetBackgroundColorsCommandResponse : ICommandResponse<GetBackgroundColorsCommandSettings>, ICommandResponse
- Inheritance
-
GetBackgroundColorsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BackgroundColors
Gets or sets the backgroundColors
[JsonPropertyName("backgroundColors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] BackgroundColors { get; set; }
Property Value
- string[]
ComputedFontSize
Gets or sets the computedFontSize
[JsonPropertyName("computedFontSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ComputedFontSize { get; set; }
Property Value
ComputedFontWeight
Gets or sets the computedFontWeight
[JsonPropertyName("computedFontWeight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ComputedFontWeight { get; set; }