CompositeContentShape.StrokeMiterLimit Property

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.

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

Syntax

'Declaration
Public Property StrokeMiterLimit As Double
'Usage
Dim instance As CompositeContentShape
Dim value As Double

value = instance.StrokeMiterLimit

instance.StrokeMiterLimit = value
public double StrokeMiterLimit { get; set; }
public:
property double StrokeMiterLimit {
    double get ();
    void set (double value);
}
/** @property */
public double get_StrokeMiterLimit ()

/** @property */
public void set_StrokeMiterLimit (double value)
public function get StrokeMiterLimit () : double

public function set StrokeMiterLimit (value : double)

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