Shape.StrokeEndLineCap 属性

定义

获取或设置描述 PenLineCap 行末尾的枚举值 Shape

public:
 property System::Windows::Media::PenLineCap StrokeEndLineCap { System::Windows::Media::PenLineCap get(); void set(System::Windows::Media::PenLineCap value); };
public System.Windows.Media.PenLineCap StrokeEndLineCap { get; set; }
member this.StrokeEndLineCap : System.Windows.Media.PenLineCap with get, set
Public Property StrokeEndLineCap As PenLineCap

属性值

的枚举值 PenLineCap之一。 默认值为 Flat

注解

如果在没有 Stroke 起点或终点的形状上设置此属性,则此属性不起作用。 例如,如果在某个 Ellipse属性上设置此属性,则此属性不起作用。

适用于

另请参阅