VSColorTable.ButtonCheckedGradientEnd Property
Gets the end color of the gradient used when the button is checked.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ButtonCheckedGradientEnd As Color
public override Color ButtonCheckedGradientEnd { get; }
public:
virtual property Color ButtonCheckedGradientEnd {
Color get () override;
}
abstract ButtonCheckedGradientEnd : Color with get
override ButtonCheckedGradientEnd : Color with get
override function get ButtonCheckedGradientEnd () : Color
Property Value
Type: System.Drawing.Color
A Color that is the end color of the gradient used when the button is checked.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.