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

Gets or sets the offset to apply to the drawing of the arrow and image of the navigation buttons in a down state.

Syntax

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

Property Value

Point

Remarks

Positive values move the image right and down, negative values move the image left and up.

Requirements

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

See Also