Gets a value indicating the item's orientation.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool IsHorizontal { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IsHorizontal As Boolean |
true if the item is painted horizontally; otherwise, false.
Items are painted horizontally or vertically depending on the orientation of the current view.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |