CompositeContentShape.StrokeStartLineCap Property

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

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

Syntax

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

value = instance.StrokeStartLineCap

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

/** @property */
public void set_StrokeStartLineCap (PenLineCap value)
public function get StrokeStartLineCap () : PenLineCap

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