Class ButtonStylePreview
- Namespace
- Dynamicweb.CoreUI.Displays.Information
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ButtonStylePreview : DisplayBase
- Inheritance
-
ButtonStylePreview
- Inherited Members
- Extension Methods
Properties
BackgroundColor
Gets or sets background color.
public string? BackgroundColor { get; set; }
Property Value
BorderRadius
Gets or sets border radius.
public double BorderRadius { get; set; }
Property Value
BorderSize
Gets or sets border size.
public double BorderSize { get; set; }
Property Value
ForegroundColor
Gets or sets foreground color.
public string? ForegroundColor { get; set; }
Property Value
PaddingX
Gets or sets padding Left and Right.
public double PaddingX { get; set; }
Property Value
PaddingY
Gets or sets padding Top and Bottom.
public double PaddingY { get; set; }
Property Value
PrimaryButtonColor
Gets or sets primary button color.
public string? PrimaryButtonColor { get; set; }
Property Value
SecondaryButtonColor
Gets or sets secondary button color.
public string? SecondaryButtonColor { get; set; }
Property Value
Size
public ButtonStylePreview.PreviewSize Size { get; set; }