menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BoundsInfoWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BoundsInfoWrapper

    Inheritance
    System.Object
    BoundsInfoWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class BoundsInfoWrapper

    Constructors

    BoundsInfoWrapper()

    Declaration
    public BoundsInfoWrapper()

    Properties

    HitTestPadding

    Declaration
    public float HitTestPadding { get; set; }
    Property Value
    Type
    System.Single

    InheritContainerMeasureUnits

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

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    NodeScale

    Declaration
    public PageScale NodeScale { get; set; }
    Property Value
    Type
    PageScale

    PinOffset

    Declaration
    public SizeF PinOffset { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    PinPoint

    Declaration
    public PointF PinPoint { get; set; }
    Property Value
    Type
    System.Drawing.PointF

    Size

    Declaration
    public SizeF Size { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    Unit

    Declaration
    public MeasureUnits Unit { get; set; }
    Property Value
    Type
    MeasureUnits

    Methods

    DeserializeBoundsInfo(BoundsInfo)

    Declaration
    public void DeserializeBoundsInfo(BoundsInfo boundsInfo)
    Parameters
    Type Name Description
    BoundsInfo boundsInfo

    SerializeBoundsInfo(BoundsInfo)

    Declaration
    public void SerializeBoundsInfo(BoundsInfo boundsInfo)
    Parameters
    Type Name Description
    BoundsInfo boundsInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved