dbicButton Send comments on this topic.
ArrowOffset Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : ArrowOffset Property

Gets or sets the vertical and horizontal offset values used to calculate the position of the navigation arrow in the control.  This value is applied comparative to the center of the control so to move up or to the left of center, use negative values.

Syntax

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

Property Value

Point

Requirements

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

See Also