dbicMonth Send comments on this topic.
VertOffset Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomArea Class : VertOffset Property

Determines the vertical offset used when drawing a custom area.

Syntax

Visual Basic (Declaration) 
Public Property VertOffset As Integer
C# 
public int VertOffset {get; set;}

Property Value

Integer

Remarks

Positive values will shift the top edge of the CustomArea towards the bottom, and negative values will shift the bottom edge towards the top. This property is currently only used when the dbiCustomArea object is rendered inside the latest version of the dbicSchedule or dbicScheduleE control.

Requirements

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

See Also