Class ScheduleGrid.AdvancedToolTip.ArrowHeadDirection
Defines the constants that specify the ArrowHeadDirection of the ToolTip.
Inheritance
System.Object
ScheduleGrid.AdvancedToolTip.ArrowHeadDirection
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public sealed class ArrowHeadDirection : Enum
Fields
Bottom
Specifies the arrow head direction as Bottom
Declaration
public const ScheduleGrid.AdvancedToolTip.ArrowHeadDirection Bottom
Field Value
| Type |
|---|
| ScheduleGrid.AdvancedToolTip.ArrowHeadDirection |
Left
Specifies the arrow head direction as left
Declaration
public const ScheduleGrid.AdvancedToolTip.ArrowHeadDirection Left
Field Value
| Type |
|---|
| ScheduleGrid.AdvancedToolTip.ArrowHeadDirection |
Right
Specifies the arrow head direction as Right
Declaration
public const ScheduleGrid.AdvancedToolTip.ArrowHeadDirection Right
Field Value
| Type |
|---|
| ScheduleGrid.AdvancedToolTip.ArrowHeadDirection |
Top
Specifies the arrow head direction as Top
Declaration
public const ScheduleGrid.AdvancedToolTip.ArrowHeadDirection Top
Field Value
| Type |
|---|
| ScheduleGrid.AdvancedToolTip.ArrowHeadDirection |