Intersoft WebScheduler Documentation
ResourceRowHeight Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTimelineView Class : ResourceRowHeight Property






Glossary Item Box

Specifies height of Resource row in Timeline view. Specifies height of Resource row in Timeline view.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Specifies height of Resource row in Timeline view.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ResourceRowHeight As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
 
instance.ResourceRowHeight = value
 
value = instance.ResourceRowHeight
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies height of Resource row in Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.int ResourceRowHeight {get; set;}
Delphi 
public read-write property ResourceRowHeight: System.Integer; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Specifies height of Resource row in Timeline view.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ResourceRowHeight : System.int
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies height of Resource row in Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.int get_ResourceRowHeight();
public: __property void set_ResourceRowHeight( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies height of Resource row in Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.int ResourceRowHeight {
   System.int get();
   void set (    System.int value);
}

Property Value

The default value is 40.

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.