Table of Contents

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

int

ButtonBorderWeight

Button border weight

[JsonProperty("button_border_weight")]
public int ButtonBorderWeight { get; set; }

Property Value

int

ButtonsStyle

Possible values: [pill, rounded, sharp] Buttons style

[JsonProperty("buttons_style")]
[JsonConverter(typeof(StringEnumConverter))]
public ButtonsStyle ButtonsStyle { get; set; }

Property Value

ButtonsStyle

InputBorderRadius

Input border radius

[JsonProperty("input_border_radius")]
public int InputBorderRadius { get; set; }

Property Value

int

InputBorderWeight

Input border weight

[JsonProperty("input_border_weight")]
public int InputBorderWeight { get; set; }

Property Value

int

InputsStyle

Possible values: [pill, rounded, sharp] Inputs style

[JsonProperty("inputs_style")]
[JsonConverter(typeof(StringEnumConverter))]
public ButtonsStyle InputsStyle { get; set; }

Property Value

ButtonsStyle

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

int

WidgetCornerRadius

Widget corner radius

[JsonProperty("widget_corner_radius")]
public int WidgetCornerRadius { get; set; }

Property Value

int