dbicDate Send comments on this topic.
TitleTextOffset Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : TitleTextOffset Property

Gets or sets the offset to use for calculating the location to draw the title text in the control.

Syntax

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

Property Value

Point

Remarks

Positive values will move the text right and down, while negative values will move the text left and up.

Requirements

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

See Also