> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.FormDesignCss

# <a id="SuperOffice_WebApi_Data_FormDesignCss" /> Class FormDesignCss

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for FormDesignCss.
Forms Design CSS class analysis result. Contains the CSS properties for a single named CSS class.

```csharp theme={null}
public class FormDesignCss
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[FormDesignCss](SuperOffice.WebApi.Data.FormDesignCss.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_FormDesignCss__ctor" /> FormDesignCss()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public FormDesignCss()
```

## Properties

### <a id="SuperOffice_WebApi_Data_FormDesignCss_CssClass" /> CssClass

The CSS Class requested. e.g. '.foo'

```csharp theme={null}
public virtual string CssClass { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FormDesignCss_CssRule" /> CssRule

Generated CSS style based on the analyzed design. e.g. 'background: goldenrod; border-width: 12px; '

```csharp theme={null}
public virtual string CssRule { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FormDesignCss_State" /> State

Internal state of the AI analyzer. Pass along in the next call to GetNextFormDesignCss. No user-maintainable parts inside. Do not eat.

```csharp theme={null}
public virtual string State { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[AIAgent](SuperOffice.WebApi.Agents.AIAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data.AI GetFormDesignCssFromImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFormDesignCssFromImageRequest.md)
- [SuperOffice.WebApi.Data.AI GetFormDesignCssFromUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFormDesignCssFromUrlRequest.md)
- [SuperOffice.WebApi.Data.AI GetNextFormDesignCssRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetNextFormDesignCssRequest.md)
- [SuperOffice.WebApi.Data.AI GetFirstFormDesignCssFromImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFirstFormDesignCssFromImageRequest.md)
