Share via


IXRShape::SetStrokeLineJoin (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies the kind of vertices to use when two lines or segments are connected in a shape object.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetStrokeLineJoin(
    XRPenLineJoin StrokeLineJoin
) = 0; 

Parameters

  • StrokeLineJoin
    [in] XRPenLineJoin enumerated type that specifies the kind of vertices to use when two lines or segments are connected in a shape object.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

This setting has no effect for an object that has no vertices, such as an IXRLine object.

.NET Framework Equivalent

System.Windows.Shapes.Shape.StrokeLineJoin

Requirements

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

See Also

Reference

IXRShape
IXRShape::GetStrokeLineJoin