Class BrandingThemeBorders
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemeBorders : IJsonOnDeserialized, IEquatable<BrandingThemeBorders>
- Inheritance
-
BrandingThemeBorders
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ButtonBorderRadius
Button border radius
[JsonPropertyName("button_border_radius")]
public required double ButtonBorderRadius { get; set; }
Property Value
ButtonBorderWeight
Button border weight
[JsonPropertyName("button_border_weight")]
public required double ButtonBorderWeight { get; set; }
Property Value
ButtonsStyle
[JsonPropertyName("buttons_style")]
public required BrandingThemeBordersButtonsStyleEnum ButtonsStyle { get; set; }
Property Value
InputBorderRadius
Input border radius
[JsonPropertyName("input_border_radius")]
public required double InputBorderRadius { get; set; }
Property Value
InputBorderWeight
Input border weight
[JsonPropertyName("input_border_weight")]
public required double InputBorderWeight { get; set; }
Property Value
InputsStyle
[JsonPropertyName("inputs_style")]
public required BrandingThemeBordersInputsStyleEnum InputsStyle { get; set; }
Property Value
ShowWidgetShadow
Show widget shadow
[JsonPropertyName("show_widget_shadow")]
public required bool ShowWidgetShadow { get; set; }
Property Value
WidgetBorderWeight
Widget border weight
[JsonPropertyName("widget_border_weight")]
public required double WidgetBorderWeight { get; set; }
Property Value
WidgetCornerRadius
Widget corner radius
[JsonPropertyName("widget_corner_radius")]
public required double WidgetCornerRadius { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.