Search Results for

    Show / Hide Table of Contents

    Class RuntimeResize

    Utility for resizing any item

    Inheritance
    object
    RuntimeResize
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class RuntimeResize : IDisposable

    Constructors

    View Source

    RuntimeResize()

    Declaration
    public RuntimeResize()

    Fields

    View Source

    Action

    Declaration
    public ResizeAction Action
    Field Value
    Type Description
    ResizeAction
    View Source

    GridEnabled

    Declaration
    public bool GridEnabled
    Field Value
    Type Description
    bool
    View Source

    GridHeight

    Declaration
    public int GridHeight
    Field Value
    Type Description
    int
    View Source

    GridOffsetX

    Declaration
    public int GridOffsetX
    Field Value
    Type Description
    int
    View Source

    GridOffsetY

    Declaration
    public int GridOffsetY
    Field Value
    Type Description
    int
    View Source

    GridScale

    Declaration
    public double GridScale
    Field Value
    Type Description
    double
    View Source

    GridWidth

    Declaration
    public int GridWidth
    Field Value
    Type Description
    int
    View Source

    OnGetBounds

    Declaration
    public ResizeEventGetBounds OnGetBounds
    Field Value
    Type Description
    ResizeEventGetBounds
    View Source

    OnNewBounds

    Declaration
    public ResizeEventSetBounds OnNewBounds
    Field Value
    Type Description
    ResizeEventSetBounds
    View Source

    OnSetBounds

    Declaration
    public ResizeEventSetBounds OnSetBounds
    Field Value
    Type Description
    ResizeEventSetBounds

    Properties

    View Source

    Parent

    Declaration
    public Control Parent { get; set; }
    Property Value
    Type Description
    Control

    Methods

    View Source

    BringToFront()

    Declaration
    public void BringToFront()
    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    SetBounds(int, int, int, int, bool)

    Declaration
    public void SetBounds(int Left, int Top, int Width, int Height, bool finish)
    Parameters
    Type Name Description
    int Left
    int Top
    int Width
    int Height
    bool finish
    View Source

    UpdatePos()

    Declaration
    public void UpdatePos()

    Implements

    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX