Share via


VSColorTable.ButtonCheckedGradientBegin Property

Gets the starting 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 ButtonCheckedGradientBegin As Color
public override Color ButtonCheckedGradientBegin { get; }
public:
virtual property Color ButtonCheckedGradientBegin {
    Color get () override;
}
abstract ButtonCheckedGradientBegin : Color with get 
override ButtonCheckedGradientBegin : Color with get
override function get ButtonCheckedGradientBegin () : Color

Property Value

Type: System.Drawing.Color
A Color that is the starting color of the gradient used when the button is checked.

.NET Framework Security

See Also

Reference

VSColorTable Class

Microsoft.VisualStudio Namespace