StructureTipStyle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a set of properties that will be used to style the default structural block tool tip.
public ref class StructureTipStyle
public class StructureTipStyle
type StructureTipStyle = class
Public Class StructureTipStyle
- Inheritance
-
StructureTipStyle
Remarks
This is a MEF component part, and should be exported with the following attributes: [Export(typeof(StructureTipStyle))] [Name] [Order(Before = "DefaultStructureTipStyle")]
Constructors
StructureTipStyle() |
Properties
BackgroundBrush |
Gets a Brush that will be used to paint the background of the structure block tool tip. |
BorderBrush |
Gets a Brush that will be used to paint the borders in the structure block tool tip. |
NestedCurrentScopesSeparatorBrush |
Gets a Brush that will be used to paint the separator between nested current scopes header. and main text view. |