dbicCalc Send comments on this topic.
DisplayLocationOffset Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : DisplayLocationOffset Property

Gets or sets the offset for the location where the display area will be drawn.

Syntax

Visual Basic (Declaration) 
Public Property DisplayLocationOffset As Point
C# 
public Point DisplayLocationOffset {get; set;}

Property Value

Point

Remarks

positive values (10, 5) will move the display right and down, while neagative values (-10, -5) will move it left and up.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also