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