Intersoft WebScheduler Documentation
MinimumHeight Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerYearView Class : MinimumHeight Property






Glossary Item Box

Specifies the minimum height of year and quarter view cell. Specifies the minimum height of year and quarter view cell.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Year View")>
<System.ComponentModel.DescriptionAttribute("Specifies the minimum height of year and quarter view cell.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property MinimumHeight As System.Web.UI.WebControls.Unit
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerYearView
Dim value As System.Web.UI.WebControls.Unit
 
instance.MinimumHeight = value
 
value = instance.MinimumHeight
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Year View")]
[System.ComponentModel.DescriptionAttribute("Specifies the minimum height of year and quarter view cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Web.UI.WebControls.Unit MinimumHeight {get; set;}
Delphi 
public read-write property MinimumHeight: System.Web.UI.WebControls.Unit; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Year View")
System.ComponentModel.DescriptionAttribute("Specifies the minimum height of year and quarter view cell.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set MinimumHeight : System.Web.UI.WebControls.Unit
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Year View")]
[System.ComponentModel.DescriptionAttribute("Specifies the minimum height of year and quarter view cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.Web.UI.WebControls.Unit get_MinimumHeight();
public: __property void set_MinimumHeight( 
   System.Web.UI.WebControls.Unit value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Year View")]
[System.ComponentModel.DescriptionAttribute("Specifies the minimum height of year and quarter view cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.Web.UI.WebControls.Unit MinimumHeight {
   System.Web.UI.WebControls.Unit get();
   void set (    System.Web.UI.WebControls.Unit value);
}

Property Value

The default value is 50px.

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

©2013 Intersoft Solutions Corp. All Rights Reserved.