Share via


XRPenLineJoin (Compact 2013)

3/28/2014

This enumeration describes the shape that joins two lines or segments.

Syntax

enum XRPenLineJoin{
    XRPenLineJoin_Miter=0,
    XRPenLineJoin_Bevel=1,
    XRPenLineJoin_Round=2,
};

Members

  • XRPenLineJoin_Miter
    Line joins use regular angular vertices.

    The following illustration shows a line with two mitered joins.

    Ee501538.4c1068d9-2ff2-4ba2-92ad-3f711d9d2c23(en-us,WinEmbedded.80).jpg

  • XRPenLineJoin_Bevel
    Line joins use beveled vertices.

    The following illustration shows a line with two beveled joins.

    Ee501538.0d67496e-0817-4fc8-aa6b-e3e39ead6d46(en-us,WinEmbedded.80).jpg

  • XRPenLineJoin_Round
    Line joins use rounded vertices.

    The following illustration shows a line with two rounded joins.

    Ee501538.d1e96a04-bfa2-4f64-a746-06ce73414c62(en-us,WinEmbedded.80).jpg

.NET Framework Equivalent

System.Windows.Media.PenLineJoin

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations
IXRShape::GetStrokeLineJoin
IXRShape::SetStrokeLineJoin