Table of Contents

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

string

BorderRadius

Gets or sets border radius.

public double BorderRadius { get; set; }

Property Value

double

BorderSize

Gets or sets border size.

public double BorderSize { get; set; }

Property Value

double

ForegroundColor

Gets or sets foreground color.

public string? ForegroundColor { get; set; }

Property Value

string

PaddingX

Gets or sets padding Left and Right.

public double PaddingX { get; set; }

Property Value

double

PaddingY

Gets or sets padding Top and Bottom.

public double PaddingY { get; set; }

Property Value

double

PrimaryButtonColor

Gets or sets primary button color.

public string? PrimaryButtonColor { get; set; }

Property Value

string

SecondaryButtonColor

Gets or sets secondary button color.

public string? SecondaryButtonColor { get; set; }

Property Value

string
To top