Search Results for

    Show / Hide Table of Contents

    Class RulerWithGuides.TabPosition

    Element of RulerWithGuides presenting position of tabs

    Inheritance
    System.Object
    RulerWithGuides.RulerElement
    RulerWithGuides.TabPosition
    Inherited Members
    RulerWithGuides.RulerElement.Bounds
    RulerWithGuides.RulerElement.IsActive
    Namespace: FastReport.Design.PageDesigners.Page
    Assembly: FastReport.dll
    Syntax
    public class TabPosition : RulerWithGuides.RulerElement

    Constructors

    TabPosition(Int32)

    Constructor of class TabPosition

    Declaration
    public TabPosition(int x)
    Parameters
    Type Name Description
    System.Int32 x

    Methods

    Draw(Graphics)

    Draw element on graphics

    Declaration
    public override void Draw(Graphics g)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    Overrides
    RulerWithGuides.RulerElement.Draw(Graphics)

    Move(Point)

    Method for moving object by means of chenging bounds

    Declaration
    public override void Move(Point location)
    Parameters
    Type Name Description
    System.Drawing.Point location
    Overrides
    RulerWithGuides.RulerElement.Move(Point)
    Back to top © 1998-2025 Copyright Fast Reports Inc.