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 retrieves a value that indicates how the ends of a dash are drawn on-screen.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStrokeDashCap(
XRPenLineCap* pStrokeDashCap
) = 0;
Parameters
- pStrokeDashCap
[out] Pointer to an XRPenLineCap member that indicates how the ends of a dash are drawn on-screen.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This setting applies to both ends of each dash in a stroke that is drawn on-screen.
.NET Framework Equivalent
System.Windows.Shapes.Shape.StrokeDashCap
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |