Intersoft ClientUI Documentation
EventHeight Property (UXScheduleMonthViewItem)



Gets or sets a value that determine the height of the event.
Syntax
<CategoryAttribute("Layout")>
Public Property EventHeight As Double
Dim instance As UXScheduleMonthViewItem
Dim value As Double
 
instance.EventHeight = value
 
value = instance.EventHeight
[CategoryAttribute("Layout")]
public double EventHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double EventHeight {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXScheduleMonthViewItem Class
UXScheduleMonthViewItem Members

Send Feedback