dbicDayView Send comments on this topic.
Location Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : Location Property

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

Syntax

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

Property Value

The System.Drawing.Point that represents the upper-left corner of the control relative to the upper-left corner of its container.

Requirements

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

See Also