Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method sets a value that describes the new shape located at the beginning of a stroke in a shape object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStrokeStartLineCap(
XRPenLineCap StrokeStartLineCap
) = 0;
Parameters
- StrokeStartLineCap
[in] A float value that describes the new shape located at the beginning of a stroke in a shape object.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This setting has no effect for a shape object that does not have a stroke or does not have start or endpoints. For example, this setting has no effect for an IXREllipse, which has a closed stroke.
.NET Framework Equivalent
System.Windows.Shapes.Shape.StrokeStartLineCap
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |