Property Padding
Padding
The padding on the widget. The padding is the spacing inside of the widget.
[JsonProperty("padding", NullValueHandling = NullValueHandling.Ignore)]
public float? Padding { get; set; }
The padding on the widget. The padding is the spacing inside of the widget.
[JsonProperty("padding", NullValueHandling = NullValueHandling.Ignore)]
public float? Padding { get; set; }