Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardControl

    ACE card control

    Inheritance
    object
    AdaptiveCardControl
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardControl

    Properties

    Size

    Control size

    Declaration
    public string Size { get; set; }
    Property Value
    string

    Text

    Control text

    Declaration
    public string Text { get; set; }
    Property Value
    string

    Type

    Control type

    Declaration
    public string Type { get; set; }
    Property Value
    string

    Weight

    Control weight

    Declaration
    public string Weight { get; set; }
    Property Value
    string

    Wrap

    Wrap text in control

    Declaration
    public bool Wrap { get; set; }
    Property Value
    bool

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer