Class BrandingThemeBorder
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingThemeBorder
- Inheritance
-
BrandingThemeBorder
- Inherited Members
Properties
ButtonBorderRadius
Button border radius
[JsonProperty("button_border_radius")]
public int ButtonBorderRadius { get; set; }
Property Value
ButtonBorderWeight
Button border weight
[JsonProperty("button_border_weight")]
public int ButtonBorderWeight { get; set; }
Property Value
ButtonsStyle
Possible values: [pill, rounded, sharp] Buttons style
[JsonProperty("buttons_style")]
[JsonConverter(typeof(StringEnumConverter))]
public ButtonsStyle ButtonsStyle { get; set; }
Property Value
InputBorderRadius
Input border radius
[JsonProperty("input_border_radius")]
public int InputBorderRadius { get; set; }
Property Value
InputBorderWeight
Input border weight
[JsonProperty("input_border_weight")]
public int InputBorderWeight { get; set; }
Property Value
InputsStyle
Possible values: [pill, rounded, sharp] Inputs style
[JsonProperty("inputs_style")]
[JsonConverter(typeof(StringEnumConverter))]
public ButtonsStyle InputsStyle { get; set; }
Property Value
ShowWidgetShadow
Show widget shadow
[JsonProperty("show_widget_shadow")]
public bool? ShowWidgetShadow { get; set; }
Property Value
- bool?
WidgetBorderWeight
Widget border weight
[JsonProperty("widget_border_weight")]
public int WidgetBorderWeight { get; set; }
Property Value
WidgetCornerRadius
Widget corner radius
[JsonProperty("widget_corner_radius")]
public int WidgetCornerRadius { get; set; }