Share via


IXRShape::SetStrokeEndLineCap (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that describes the shape at the end of a line in this shape object.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetStrokeEndLineCap(
    XRPenLineCap StrokeEndLineCap
) = 0; 

Parameters

  • StrokeEndLineCap
    [in] XRPenLineCap member that describes the shape at the end of a line in this shape object.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

This setting has no effect if you set it on a shape object that has no stroke or that has no discrete start or endpoints. For example, this setting has no effect if you set it on an IXREllipse object, which is always a closed stroke.

.NET Framework Equivalent

System.Windows.Shapes.Shape.StrokeEndLineCap

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRShape
IXRShape::GetStrokeEndLineCap