MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemSettings.Size Property
See Also
 





Gets or sets the size of schedule items drawn in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int Size { get; set; }

Visual Basic  Copy Code

Public Property Size As Integer

 Property Value

A non-negative integer value specifying the items' size in pixels. Default is 17.

 Remarks

The size of an item is its height when the items are positioned horizontally or its width when positioned vertically.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace