Intersoft WebScheduler Documentation
BorderHeight Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerActiveDayStyle Class : BorderHeight Property






Glossary Item Box

Border height of ActiveDay. Border height of ActiveDay.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Active Day Style")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Border height of ActiveDay.")>
Public Property BorderHeight As System.Web.UI.WebControls.Unit
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerActiveDayStyle
Dim value As System.Web.UI.WebControls.Unit
 
instance.BorderHeight = value
 
value = instance.BorderHeight
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Border height of ActiveDay.")]
public System.Web.UI.WebControls.Unit BorderHeight {get; set;}
Delphi 
public read-write property BorderHeight: System.Web.UI.WebControls.Unit; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Active Day Style")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Border height of ActiveDay.")
public function get,set BorderHeight : System.Web.UI.WebControls.Unit
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Border height of ActiveDay.")]
public: __property System.Web.UI.WebControls.Unit get_BorderHeight();
public: __property void set_BorderHeight( 
   System.Web.UI.WebControls.Unit value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Border height of ActiveDay.")]
public:
property System.Web.UI.WebControls.Unit BorderHeight {
   System.Web.UI.WebControls.Unit get();
   void set (    System.Web.UI.WebControls.Unit 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

©2013 Intersoft Solutions Corp. All Rights Reserved.