Share via


IXRShape::SetStrokeEndLineCap (Compact 2013)

3/28/2014

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

See Also

Reference

IXRShape
IXRShape::GetStrokeEndLineCap