Class CanvasSection
Inheritance
System.Object
CanvasSection
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202209
Assembly: PnP.Framework.dll
Syntax
public class CanvasSection : object
Constructors
CanvasSection()
Declaration
public CanvasSection()
Properties
BackgroundEmphasis
Collapsible
Declaration
public bool Collapsible { get; set; }
Property Value
System.
|
Controls
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
IconAlignment
Declaration
public CanvasSectionIconAlignment IconAlignment { get; set; }
Property Value
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
Order
Declaration
public int Order { get; set; }
Property Value
System.
|
OrderSpecified
Declaration
public bool OrderSpecified { get; set; }
Property Value
System.
|
ShowDividerLine
Declaration
public bool ShowDividerLine { get; set; }
Property Value
System.
|
Type
TypeSpecified
Declaration
public bool TypeSpecified { get; set; }
Property Value
System.
|