Table of Contents

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

property Properties
value string

Properties

Property

Gets or sets the CSS property name

public Properties Property { get; set; }

Property Value

Properties

Value

Gets or sets the CSS property value

public string Value { get; set; }

Property Value

string