Property Height
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Height
Gets the height, if applicable.
[JsonProperty("height", NullValueHandling = NullValueHandling.Ignore)]
public int? Height { get; }
Property Value
- int?
Gets the height, if applicable.
[JsonProperty("height", NullValueHandling = NullValueHandling.Ignore)]
public int? Height { get; }