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
    object
    ControlFlexLayoutPosition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ControlFlexLayoutPosition
    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 double Height { get; set; }
    Property Value
    double

    Width

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

    Declaration
    public double Width { get; set; }
    Property Value
    double

    WpGroupId

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

    Declaration
    public Guid? WpGroupId { get; set; }
    Property Value
    Guid?

    XPos

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

    Declaration
    public double XPos { get; set; }
    Property Value
    double

    YPos

    Gets or sets the vertical position of an object.

    Declaration
    public double YPos { get; set; }
    Property Value
    double

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