<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImage/SymbolVariableValueMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIImageSymbolVariableValueMode"
  },
  "title" : "UIImage.SymbolVariableValueMode"
}
-->

# UIImage.SymbolVariableValueMode

```
enum SymbolVariableValueMode
```

## Topics

### Enumeration Cases

[`case automatic`](/documentation/UIKit/UIImage/SymbolVariableValueMode/automatic)

Automatically selects an appropriate variable value mode for the symbol.

[`case color`](/documentation/UIKit/UIImage/SymbolVariableValueMode/color)

The “color” variable value mode. Sets the opacity of each variable layer to
either on or off depending on how its threshold compared to the current value.

[`case draw`](/documentation/UIKit/UIImage/SymbolVariableValueMode/draw)

The “draw” variable value mode. Changes the drawn length of each variable layer
to either based on how its range relates to the current value.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIImage/SymbolVariableValueMode/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)