Class CssProperty
- Namespace
- SunamoCssGenerator.Data
- Assembly
- SunamoCssGenerator.dll
Represents a CSS property with its name and value
public class CssProperty
- Inheritance
-
CssProperty
- Inherited Members
- Extension Methods
Constructors
CssProperty(Properties, string)
Represents a CSS property with its name and value
public CssProperty(Properties property, string value)
Parameters
propertyPropertiesvaluestring
Properties
Property
Gets or sets the CSS property name
public Properties Property { get; set; }
Property Value
Value
Gets or sets the CSS property value
public string Value { get; set; }