Class AdaptiveCardControl
ACE card control
Inheritance
System.Object
AdaptiveCardControl
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class AdaptiveCardControl : object
ACE card control
public class AdaptiveCardControl : object
Control size
public string Size { get; set; }
System.String
|
Control text
public string Text { get; set; }
System.String
|
Control type
public string Type { get; set; }
System.String
|
Control weight
public string Weight { get; set; }
System.String
|
Wrap text in control
public bool Wrap { get; set; }
System.Boolean
|