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






Glossary Item Box

Specifies Timeline zoom in level.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.DescriptionAttribute("Specifies Timeline zoom in level.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property ZoomInLevel As WebSchedulerTimelineViewMode
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As WebSchedulerTimelineViewMode
 
instance.ZoomInLevel = value
 
value = instance.ZoomInLevel
C# 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline zoom in level.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerTimelineViewMode ZoomInLevel {get; set;}
Delphi 
public read-write property ZoomInLevel: WebSchedulerTimelineViewMode; 
JScript 
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.DescriptionAttribute("Specifies Timeline zoom in level.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set ZoomInLevel : WebSchedulerTimelineViewMode
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline zoom in level.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerTimelineViewMode get_ZoomInLevel();
public: __property void set_ZoomInLevel( 
   WebSchedulerTimelineViewMode value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline zoom in level.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerTimelineViewMode ZoomInLevel {
   WebSchedulerTimelineViewMode get();
   void set (    WebSchedulerTimelineViewMode value);
}

Property Value

The default value is Day15Minutes.

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.