IXRShape::GetStrokeLineJoin (Compact 2013)
3/28/2014
This method retrieves a value that specifies the kind of vertices that are used when two lines or segments are connected in a shape object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStrokeLineJoin(
XRPenLineJoin* pStrokeLineJoin
) = 0;
Parameters
- pStrokeLineJoin
[out] Pointer to an XRPenLineJoin enumerated type that specifies the kind of vertices that are used 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 |