Gets a value indicating whether the start continuation arrow should be visible.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Visibility StartArrowImageVisibility { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StartArrowImageVisibility As Visibility |
A member of the .NET Visibility enumeration.
RemarksThis property returns whether the icon of the start arrow should be visible. The start arrow is displayed when a simple item is wrapped across two or more lines.
See Also