Visual Basic (Declaration) | |
---|---|
Public Property StrokeDashOffset As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double StrokeDashOffset {get; set;} |
XAML Attributes Usage | |
---|---|
<object StrokeDashOffset=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object StrokeDashOffset=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
A Double that represents the distance within the dash pattern where a dash begins.For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnAutomationManager.
If this AnnObjectBase does not support strokes (AnnObjectBase.SupportsStroke value is false), setting this property to any value will be ignoreed.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family