IXRShape::GetStrokeEndLineCap (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetStrokeEndLineCap(
    XRPenLineCap* pStrokeEndLineCap
) = 0;

Parameters

  • pStrokeEndLineCap
    [out] Pointer to an 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