VerticalAlignment Class

Definition

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

Constructors

Name Description
VerticalAlignment(String)

Fields

Name Description
Bottom
Center
Top

Properties

Name Description
IsBottom
IsCenter
IsTop
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