<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaAccessibility",
  "identifier" : "/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Media Accessibility"
    ],
    "preciseIdentifier" : "c:@E@MACaptionAppearanceTextEdgeStyle"
  },
  "title" : "MACaptionAppearanceTextEdgeStyle"
}
-->

# MACaptionAppearanceTextEdgeStyle

A value that specifies a style for the outside of the text.

```
enum MACaptionAppearanceTextEdgeStyle
```

## Topics

### Constants

[`kMACaptionAppearanceTextEdgeStyleUndefined`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/undefined)

An edge style has not been specified.

[`kMACaptionAppearanceTextEdgeStyleNone`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/none)

The text should not have a styled edge.

[`kMACaptionAppearanceTextEdgeStyleRaised`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/raised)

An edge makes the text appear to rise above the background.

[`kMACaptionAppearanceTextEdgeStyleDepressed`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/depressed)

An edge makes the text appear pushed in.

[`kMACaptionAppearanceTextEdgeStyleUniform`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/uniform)

A thin outline lies along the edge of the text.

[`kMACaptionAppearanceTextEdgeStyleDropShadow`](/documentation/MediaAccessibility/MACaptionAppearanceTextEdgeStyle/dropShadow)

An edge makes the text appear to float above the background.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

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)