ListField::FocusBackgroundPenId Property
Visual Studio 2015
Gets or sets the pen id used to outline the focused list item.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property StyleSetResourceId^ FocusBackgroundPenId { StyleSetResourceId^ get(); void set(StyleSetResourceId^ value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^Both the background focus pen and the focus pen draw along the same path. The background focus pen draws first; the focus pen draws second, directly overlapping the path the background focus pen followed. This enables two-color dashed lines.
Show: