dbicDayView Send comments on this topic.
enumImageOrientation Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : enumImageOrientation Enumeration

The orientation of the images in an appointment, set in the ImageOrientation Property.

Syntax

Visual Basic (Declaration) 
Public Enum enumImageOrientation 
   Inherits System.Enum
C# 
public enum enumImageOrientation : System.Enum 

Members

MemberDescription
HorizontalThe images will appear horizontally in the appointment.
VerticalThe images will appear vertically in the appointment.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DayView.enumImageOrientation

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also