Share via


IShape.StrokeThickness Property

Gets or sets the width of the Shape stroke outline.

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

Syntax

'Declaration
Property StrokeThickness As Double
'Usage
Dim instance As IShape
Dim value As Double

value = instance.StrokeThickness

instance.StrokeThickness = value
double StrokeThickness { get; set; }
property double StrokeThickness {
    double get ();
    void set (double value);
}
/** @property */
double get_StrokeThickness ()

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

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

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace