<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVViewElementStyleType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:@E@TVViewElementStyleType"
  },
  "title" : "TVViewElementStyleType"
}
-->

# TVViewElementStyleType

Describes the different style types for an element.

```
enum TVViewElementStyleType
```

## Topics

### Constants

[`TVViewElementStyleType.integer`](/documentation/TVMLKit/TVViewElementStyleType/integer)

An <doc://com.apple.documentation/documentation/Foundation/NSNumber> value.

[`TVViewElementStyleType.double`](/documentation/TVMLKit/TVViewElementStyleType/double)

An <doc://com.apple.documentation/documentation/Foundation/NSNumber> value.

[`TVViewElementStyleType.point`](/documentation/TVMLKit/TVViewElementStyleType/point)

A <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> value.

[`TVViewElementStyleType.string`](/documentation/TVMLKit/TVViewElementStyleType/string)

A <doc://com.apple.documentation/documentation/Foundation/NSString> value.

[`TVViewElementStyleType.color`](/documentation/TVMLKit/TVViewElementStyleType/color)

A [`TVColor`](/documentation/TVMLKit/TVColor) value.

[`TVViewElementStyleType.URL`](/documentation/TVMLKit/TVViewElementStyleType/URL)

A <doc://com.apple.documentation/documentation/Foundation/NSURL> value.

[`TVViewElementStyleType.edgeInsets`](/documentation/TVMLKit/TVViewElementStyleType/edgeInsets)

An <doc://com.apple.documentation/documentation/UIKit/UIEdgeInsets> value.

### Enumeration Cases

[`TVViewElementStyleType.transform`](/documentation/TVMLKit/TVViewElementStyleType/transform)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)