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