ChoiceSetInputStyle Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Cards.ChoiceSetInputStyle>))]
public class ChoiceSetInputStyle : Microsoft.Teams.Common.StringEnum
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Cards.ChoiceSetInputStyle>))>]
type ChoiceSetInputStyle = class
    inherit StringEnum
Public Class ChoiceSetInputStyle
Inherits StringEnum
Inheritance
ChoiceSetInputStyle
Attributes

Constructors

Name Description
ChoiceSetInputStyle(String)

Fields

Name Description
Compact
Expanded
Filtered

Properties

Name Description
IsCompact
IsExpanded
IsFiltered
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to