Table of Contents

Class AdaptiveCardControl

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

ACE card control

public class AdaptiveCardControl
Inheritance
AdaptiveCardControl
Inherited Members

Properties

Size

Control size

public string Size { get; set; }

Property Value

string

Text

Control text

public string Text { get; set; }

Property Value

string

Type

Control type

public string Type { get; set; }

Property Value

string

Weight

Control weight

public string Weight { get; set; }

Property Value

string

Wrap

Wrap text in control

public bool Wrap { get; set; }

Property Value

bool