dbicDayView Send comments on this topic.
MaxImageHeight Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : MaxImageHeight Property

Gets or sets the maximum height of a user created image.

Syntax

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

Property Value

Integer

Remarks

This property is only applied when it is greater than 0, and the first parameter in the CreateImage method is -1.

Requirements

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

See Also