Gets or sets the default row height for day or week view row.
Gets or sets the default row height for day or week view row.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets the default row height for day or week view row.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Layout Settings")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property RowHeight As System.Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerLayoutSettings
Dim value As System.Integer
instance.RowHeight = value
value = instance.RowHeight |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default row height for day or week view row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.int RowHeight {get; set;} |
Delphi | |
---|
public read-write property RowHeight: System.Integer; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets the default row height for day or week view row.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Layout Settings")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set RowHeight : System.int |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default row height for day or week view row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_RowHeight();
public: __property void set_RowHeight(
System.int value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default row height for day or week view row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int RowHeight {
System.int get();
void set ( System.int 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