Show / Hide Table of Contents

Class DropdownOptionData

A that represents UnityEngine.UI.Dropdown.OptionData.

Inheritance
Object
DropdownOptionData
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class DropdownOptionData : BindableObject
Remarks

You cannot add this to multiple Dropdown.

The lifetime will be bound to the lifetime of the Dropdown.

Fields

| Improve this Doc View Source

ImageProperty

Backing store for the Image property.

Declaration
public static readonly BindableProperty ImageProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

TextProperty

Backing store for the Text property.

Declaration
public static readonly BindableProperty TextProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Image

A property that represents UnityEngine.UI.Dropdown.OptionData.image.

Declaration
public UnityEngine.Sprite Image { get; set; }
Property Value
Type Description
UnityEngine.Sprite
| Improve this Doc View Source

Text

A property that represents UnityEngine.UI.Dropdown.OptionData.text.

Declaration
public string Text { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX