Search
ItemEditContext.IsHorizontal Property
See Also
 






Gets a value indicating the item's orientation.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsHorizontal { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsHorizontal As Boolean

 Property Value

true if the item is painted horizontally; otherwise, false.

 Remarks

Items are painted horizontally or vertically depending on the orientation of the current view.

 See Also