Intersoft WebScheduler Documentation
TimelineZoomOut Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTextSettings Class : TimelineZoomOut Property






Glossary Item Box

Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Text Settings")>
Public Property TimelineZoomOut As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTextSettings
Dim value As System.String
 
instance.TimelineZoomOut = value
 
value = instance.TimelineZoomOut
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
public System.string TimelineZoomOut {get; set;}
Delphi 
public read-write property TimelineZoomOut: System.String; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Text Settings")
public function get,set TimelineZoomOut : System.String
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
public: __property System.string* get_TimelineZoomOut();
public: __property void set_TimelineZoomOut( 
   System.string* value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of Timeline ZoomOut icon (Timeline View).")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
public:
property System.String^ TimelineZoomOut {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The default value is ZoomOut.

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.