Share via


CompositeShape.StrokeThickness Property

Gets or sets the width of the Shape stroke outline.

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

Syntax

'Declaration
Public Property StrokeThickness As Double
'Usage
Dim instance As CompositeShape
Dim value As Double

value = instance.StrokeThickness

instance.StrokeThickness = value
public double StrokeThickness { get; set; }
public:
virtual property double StrokeThickness {
    double get () sealed;
    void set (double value) sealed;
}
/** @property */
public final double get_StrokeThickness ()

/** @property */
public final void set_StrokeThickness (double value)
public final function get StrokeThickness () : double

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

CompositeShape Class
CompositeShape Members
Microsoft.Expression.Controls Namespace