Class RulerWithGuides.TabPosition
Element of RulerWithGuides presenting position of tabs
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
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 |