# IStyleValue<T>

> Base interface for the style properties.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public interface IStyleValue<T>
```

## Properties

| Property                                                                                  | Description        |
| ----------------------------------------------------------------------------------------- | ------------------ |
| [keyword](/engine/6000.0/script-reference/unityengine/uielements/istylevalue1/keyword.md) | The style keyword. |
| [value](/engine/6000.0/script-reference/unityengine/uielements/istylevalue1/value.md)     | The style value.   |
