Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
3/28/2014
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 |