ListField::FocusPenId Property

 

Gets or sets the pen id used to outline the focused list item.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property StyleSetResourceId^ FocusPenId {
	StyleSetResourceId^ get();
	void set(StyleSetResourceId^ value);
}

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.

Return to top
Show: