2023 Property
Changes 5
P

ViewSchedule.ImageRowHeight

Description:
Defines the image row height in the schedule.
Remarks:

If there is at least one image field in the schedule, then setting this property will force all rows containing images to be resized to the indicated height value (when viewed as a ScheduleSheetInstance on a ViewSheet). Setting this property will have no effect if HasImageField returns false.

This height will be maintained until the user or application restores the original image sizes (in API: RestoreImageSize.).

public double ImageRowHeight { get; set; }