ListField.FocusPenId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于概述聚焦列表项的笔 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
属性值
注解
背景焦点笔和焦点笔沿着同一路径绘制。 背景焦点笔首先绘制;焦点笔绘制第二个,并直接与背景焦点笔后面的路径重叠。 这将启用双色虚线。