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
Text
Control text
public string Text { get; set; }
Property Value
Type
Control type
public string Type { get; set; }
Property Value
Weight
Control weight
public string Weight { get; set; }
Property Value
Wrap
Wrap text in control
public bool Wrap { get; set; }