Property Fill
Fill
Gets or sets whether this item is filled (for shapes that support a fill).
[JsonProperty("fill", NullValueHandling = NullValueHandling.Include)]
public NuiProperty<bool>? Fill { get; set; }
Gets or sets whether this item is filled (for shapes that support a fill).
[JsonProperty("fill", NullValueHandling = NullValueHandling.Include)]
public NuiProperty<bool>? Fill { get; set; }