Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/FPF/PresentationCore/System.Windows.Media.PenLineCap.cs')
-rw-r--r--src/Editor/FPF/PresentationCore/System.Windows.Media.PenLineCap.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Editor/FPF/PresentationCore/System.Windows.Media.PenLineCap.cs b/src/Editor/FPF/PresentationCore/System.Windows.Media.PenLineCap.cs
new file mode 100644
index 0000000..301aec5
--- /dev/null
+++ b/src/Editor/FPF/PresentationCore/System.Windows.Media.PenLineCap.cs
@@ -0,0 +1,10 @@
+namespace System.Windows.Media
+{
+ public enum PenLineCap
+ { Flat,
+ Square,
+ Round,
+ Triangle,
+
+ }
+} \ No newline at end of file