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

Gets sets the direction the arrows of the navigation buttons will point.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ArrowOrientation As enumArrowOrientation
C# 
public virtual enumArrowOrientation ArrowOrientation {get; set;}

Property Value

enumArrowOrientation

Remarks

When set to Horizontal, the arrow in the previous button points left and the arrow in the next button points right.
When set to Vertical, the arrow in the previous button points up and the arrow in the next button points down.

Requirements

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

See Also