'Declaration ReadOnly Property NonstrokeColor As System.Nullable(Of Color)
System.Nullable<Color> NonstrokeColor {get;}
Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern).
'Declaration ReadOnly Property NonstrokeColor As System.Nullable(Of Color)
System.Nullable<Color> NonstrokeColor {get;}