add extended line cap configuration

This commit is contained in:
2021-02-23 09:21:12 +01:00
parent 4480c00cb7
commit 7d7cb0eee0
6 changed files with 72 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ Imports Newtonsoft.Json
Public Property OutlineColor As Color = Color.DarkBlue
Public Property OutlineThicknes As Single = 1
Public Property OutlineDashStyle As DashStyle = DashStyle.Solid
Public Property LineStartCap As LineCap = LineCap.Flat
Public Property LineEndCap As LineCap = LineCap.Flat
Public Property LineStartCap As LineCapProps = Nothing
Public Property LineEndCap As LineCapProps = Nothing
<JsonProperty>
Private _Text As String = ""
Public Property TextPosition As TextPosition = TextPosition.FullCenter