CompositeContentShape.StrokeEndLineCap Property

Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.

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

Syntax

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

value = instance.StrokeEndLineCap

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

/** @property */
public void set_StrokeEndLineCap (PenLineCap value)
public function get StrokeEndLineCap () : PenLineCap

public function set StrokeEndLineCap (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