Table of Contents

Class ButtonStyle

Namespace
Dynamicweb.Content.Styles
Assembly
Dynamicweb.dll
public sealed class ButtonStyle
Inheritance
ButtonStyle
Inherited Members

Properties

BorderSize

Gets or sets border size.

public double BorderSize { get; set; }

Property Value

double

Id

Gets or sets the id.

public required string Id { get; set; }

Property Value

string

Name

Gets or sets the name.

public required string Name { 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

Shape

Gets or sets shape.

public ButtonShape Shape { get; set; }

Property Value

ButtonShape
To top