LightBulbPresenterStyle Class
Defines a set of properties that will be used to style the default LightBulb presenter.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | LightBulbPresenterStyle() | Initializes a new instance of LightBulbPresenterStyle. |
| Name | Description | |
|---|---|---|
![]() | ActuatorBackgroundBrush | Gets or sets a Brush that is used to paint the background of the LightBulb actuator. |
![]() | ActuatorBorderBrush | Gets or sets a Brush that is used to paint the border of the LightBulb actuator. |
![]() | ActuatorDropdownChevronBrush | Gets or sets a Brush that is used to paint the chevron of the LightBulb actuator. |
![]() | ActuatorHoverBackgroundBrush | Gets or sets a Brush that is used to paint the background of the LightBulb actuator in hover mode. |
![]() | ActuatorHoverBorderBrush | Gets or sets a Brush that will be used to paint the border of the LightBulb actuator. |
![]() | DiscoveryModeBackgroundColor | Gets or sets a Color that is used to paint the background of the LightBulb in discovery mode. |
![]() | DiscoveryModeBorderColor | Gets or sets a Color that is used to paint the border of the LightBulb in discovery mode. |
![]() | PreviewBackgroundBrush | Gets or sets a Brush that will be used to paint the background of the LightBulb preview pane. |
![]() | PreviewBorderBrush | Gets or sets a Brush that is used to paint the border of the LightBulb preview pane. |
![]() | PreviewFocusBackgroundBrush | Gets or sets a Brush that will be used to paint the backgound of the focused LightBulb preview pane. |
![]() | ShowQuickFixesKeyBinding | Gets or sets a shortcut of the command that expands the LightBulb. |
![]() | ShowQuickFixesKeyBindingBrush | Gets or sets a brush that will be used to paint the shortcut of the command that expands the LightBulb. |
![]() | ShowQuickFixesLinkBrush | Gets or sets a Brush that is used to paint the hyperlink in QuickInfo that expands a QuickInfo-based LightBulb. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NotifyPropertyChanged(String) | Notifies that a property on this object has changed. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when a property on this object's value changes. |
This is a MEF component part, and should be exported with the following attributes:
/// [Export(typeof(LightBulbPresenterStyle))] /// [ContentType] /// [Name] /// [Order]
All exports of this component part should be ordered after the "default" LightBulb presenter style. At a minimum, this means adding [Order(After="default")] to the export metadata.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



