add extended line cap configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user