ElementHeight Class

Definition

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

Constructors

Name Description
ElementHeight(String)

Fields

Name Description
Auto
Stretch

Properties

Name Description
IsAuto
IsStretch
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