PathSegment.IsStroked 属性

定义

获取或设置一个值,该值指示是否为该段描边。

public:
 property bool IsStroked { bool get(); void set(bool value); };
public bool IsStroked { get; set; }
member this.IsStroked : bool with get, set
Public Property IsStroked As Boolean

属性值

如果在使用 Pen 呈现该段时为该段描边,则为 true;否则将不为该段描边。 默认值为 true

注解

如果 对象PathSegment将此属性设置为 true,则当 由 Pen呈现时,该对象将参与 的笔划区域PathFigure。 如果此属性为 true,则由 Pen 添加的额外区域会影响命中测试和显式操作以扩大 。PathGeometry

在 中PathFigure在笔划和非笔划PathSegment部分之间切换时,它被视为与 的短划线Pen相同。 对象的 DashCap 属性 Pen 确定笔划 PathSegment 对象两端的形状。

依赖项属性信息

标识符字段 IsStrokedProperty
元数据属性设置为 true

适用于