ListField.FocusPenId 属性

定义

获取或设置用于概述聚焦列表项的笔 id。

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ FocusPenId { Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId FocusPenId { get; set; }
member this.FocusPenId : Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId with get, set
Public Property FocusPenId As StyleSetResourceId

属性值

StyleSetResourceId

注解

背景焦点笔和焦点笔沿着同一路径绘制。 背景焦点笔首先绘制;焦点笔绘制第二个,并直接与背景焦点笔后面的路径重叠。 这将启用双色虚线。

适用于