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
Id
Gets or sets the id.
public required string Id { get; set; }
Property Value
Name
Gets or sets the name.
public required string Name { 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
Shape
Gets or sets shape.
public ButtonShape Shape { get; set; }