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






Glossary Item Box

Specifies Timeline zoom out level.

Syntax

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

Property Value

The default value is Month.

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.