Class CustomColorViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
CustomColorViewModel represents the rendering context used when a custom color is rendered.
public class CustomColorViewModel : ViewModelBase
- Inheritance
-
CustomColorViewModel
- Inherited Members
Properties
Color
Gets or sets the color value.
public required ColorViewModel Color { get; set; }
Property Value
- ColorViewModel
The color as a ColorViewModel.
Id
Gets or sets the color id.
public required string Id { get; set; }
Property Value
Name
Gets or sets the color name.
public required string Name { get; set; }