StrokeDashArray: 1 / StrokeDashOffset: 1 : Stroke « Windows Presentation Foundation « C# / C Sharp
- C# / C Sharp
- Windows Presentation Foundation
- Stroke
StrokeDashArray: 1 / StrokeDashOffset: 1
<Window x:Class="Workspace.DockExample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Workspace" Width="640" Height="480">
<Ellipse Grid.Row="6" Grid.Column="2" Width="150" Height="150"
StrokeDashArray="1" StrokeDashOffset="1"
Stroke="Black" StrokeThickness="3" Fill="Blue">
</Ellipse>
</Window>
Related examples in the same category
1. | StrokeDashArray 4,2 / StrokeDashOffset: 0 | | |
2. | StrokeDashArray>: 4,2 /StrokeDashOffset: 1 | | |
3. | StrokeDashArray: 4,2 /StrokeDashOffset: 2 | | |
4. | StrokeDashArray: 4,1,4,3 /StrokeDashOffset: 1 | | |
5. | StrokeDashArray: 1,4,1,2 / StrokeDashOffset: 1 | | |
6. | PenLineJoin.Bevel | | |
7. | PenLineJoin.Round | | |
8. | PenLineJoin.Miter | | |
9. | PenLineCap.Flat | | |
10. | PenLineCap.Square | | |
11. | PenLineCap.Round | | |
12. | PenLineCap.Triangle | | |
13. | StrokeStartLineCap=Round, StrokeEndLineCap=Round | | |
14. | Dotted Path | | |