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

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

Syntax

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

Property Value

Integer

Remarks

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

Requirements

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

See Also