Specifies minimum event height in Timeline view.
Specifies minimum event height in Timeline view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies minimum event height in Timeline view.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property MinimumEventHeight As System.Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
instance.MinimumEventHeight = value
value = instance.MinimumEventHeight |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies minimum event height in Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.int MinimumEventHeight {get; set;} |
Delphi | |
---|
public read-write property MinimumEventHeight: System.Integer; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies minimum event height in Timeline view.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set MinimumEventHeight : System.int |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies minimum event height in Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.int get_MinimumEventHeight();
public: __property void set_MinimumEventHeight(
System.int value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies minimum event height in Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.int MinimumEventHeight {
System.int get();
void set ( System.int value);
} |
Property Value
The default value is 24.
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