CompositeContentShape.StrokeDashOffset Property

Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.

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

Syntax

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

value = instance.StrokeDashOffset

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

/** @property */
public void set_StrokeDashOffset (double value)
public function get StrokeDashOffset () : double

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