Gets or sets the border color dark of the calculator editor window.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BorderColorDark As System.Drawing.Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeEditor
Dim value As System.Drawing.Color
instance.BorderColorDark = value
value = instance.BorderColorDark |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.Drawing.Color BorderColorDark {get; set;} |
Delphi | |
---|
public read-write property BorderColorDark: System.Drawing.Color; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BorderColorDark : System.Drawing.Color |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.Drawing.Color get_BorderColorDark();
public: __property void set_BorderColorDark(
System.Drawing.Color value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.Drawing.Color BorderColorDark {
System.Drawing.Color get();
void set ( System.Drawing.Color value);
} |
Property Value
A
BorderColorDark that contains the border color dark of the calculator editor window. The default value is
Color.Empty
.
Remarks
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