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