HorizontalAlignment Class

Definition

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

Constructors

Name Description
HorizontalAlignment(String)

Fields

Name Description
Center
Left
Right

Properties

Name Description
IsCenter
IsLeft
IsRight
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