VSColorTable.ButtonCheckedGradientMiddle Property
Gets the middle 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 ButtonCheckedGradientMiddle As Color
public override Color ButtonCheckedGradientMiddle { get; }
public:
virtual property Color ButtonCheckedGradientMiddle {
Color get () override;
}
abstract ButtonCheckedGradientMiddle : Color with get
override ButtonCheckedGradientMiddle : Color with get
override function get ButtonCheckedGradientMiddle () : Color
Property Value
Type: Color
A Color that is the middle 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.