ParliamentParty Class
Definition
Represents a political party with seat allocation for the parliament chart.
public class ParliamentParty
Constructors
| Name | Description |
|---|---|
| ParliamentParty | No summary available. |
ParliamentParty Constructor
public ParliamentParty()
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the party's display color. |
| Name | Gets or sets the party name. |
| Seats | Gets or sets the number of seats held by this party. |
Color Property
Gets or sets the party's display color.
public Avalonia.Media.Color Color { get; set; }
Name Property
Gets or sets the party name.
public string Name { get; set; }
Seats Property
Gets or sets the number of seats held by this party.
public int Seats { get; set; }