CompositeContentShape.StrokeDashCap Property

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property StrokeDashCap As PenLineCap
'Usage
Dim instance As CompositeContentShape
Dim value As PenLineCap

value = instance.StrokeDashCap

instance.StrokeDashCap = value
public PenLineCap StrokeDashCap { get; set; }
public:
property PenLineCap StrokeDashCap {
    PenLineCap get ();
    void set (PenLineCap value);
}
/** @property */
public PenLineCap get_StrokeDashCap ()

/** @property */
public void set_StrokeDashCap (PenLineCap value)
public function get StrokeDashCap () : PenLineCap

public function set StrokeDashCap (value : PenLineCap)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CompositeContentShape Class
CompositeContentShape Members
Microsoft.Expression.Controls Namespace