Table of Contents

Class CssProps

Namespace
SunamoCssGenerator
Assembly
SunamoCssGenerator.dll

Factory class for creating CSS properties

public class CssProps
Inheritance
CssProps
Inherited Members
Extension Methods

Methods

Width(string)

Creates a CSS width property

public static CssProperty Width(string value)

Parameters

value string

The width value (e.g., "100px", "50%")

Returns

CssProperty

A CssProperty representing the width property