Share via


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: System.Drawing.Color
A Color that is the middle color of the gradient used when the button is checked.

.NET Framework Security

See Also

Reference

VSColorTable Class

Microsoft.VisualStudio Namespace