Search Results for

    Show / Hide Table of Contents

    Class CanvasSection

    Inheritance
    System.Object
    CanvasSection
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class CanvasSection : object

    Constructors

    CanvasSection()

    Declaration
    public CanvasSection()

    Properties

    BackgroundEmphasis

    Declaration
    public Emphasis BackgroundEmphasis { get; set; }
    Property Value
    Emphasis

    Controls

    Declaration
    public CanvasControl[] Controls { get; set; }
    Property Value
    CanvasControl[]

    Order

    Declaration
    public int Order { get; set; }
    Property Value
    System.Int32

    OrderSpecified

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

    Type

    Declaration
    public CanvasSectionType Type { get; set; }
    Property Value
    CanvasSectionType

    TypeSpecified

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

    VerticalSectionEmphasis

    Declaration
    public Emphasis VerticalSectionEmphasis { get; set; }
    Property Value
    Emphasis

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer