Search Results for

    Show / Hide Table of Contents

    Class ControlFlexLayoutPosition

    Represents the position and dimensions of a control within a flexible layout on a canvas.

    Inheritance
    System.Object
    ControlFlexLayoutPosition
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ControlFlexLayoutPosition : object
    Remarks

    This class provides properties to define the X and Y coordinates, width, and height of a control. Additionally, it includes an optional identifier for grouping controls within a layout.

    Properties

    Height

    Gets or sets the height of the object.

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

    Width

    Gets or sets the width of the object, typically measured in pixels.

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

    WpGroupId

    Gets or sets the unique identifier for the web part group associated with the entity.

    Declaration
    public Guid? WpGroupId { get; set; }
    Property Value
    System.Nullable<Guid>

    XPos

    Gets or sets the X-coordinate position of the object.

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

    YPos

    Gets or sets the vertical position of an object.

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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer