Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardControl

    ACE card control

    Inheritance
    System.Object
    AdaptiveCardControl
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardControl : object

    Properties

    Size

    Control size

    Declaration
    public string Size { get; set; }
    Property Value
    System.String

    Text

    Control text

    Declaration
    public string Text { get; set; }
    Property Value
    System.String

    Type

    Control type

    Declaration
    public string Type { get; set; }
    Property Value
    System.String

    Weight

    Control weight

    Declaration
    public string Weight { get; set; }
    Property Value
    System.String

    Wrap

    Wrap text in control

    Declaration
    public bool Wrap { get; set; }
    Property Value
    System.Boolean

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