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