'宣言 Public Property StrokeColor As System.Nullable(Of Color)
'使用法 Dim instance As ChartStyle Dim value As System.Nullable(Of Color) instance.StrokeColor = value value = instance.StrokeColor
public System.Nullable<Color> StrokeColor {get; set;}
'宣言 Public Property StrokeColor As System.Nullable(Of Color)
'使用法 Dim instance As ChartStyle Dim value As System.Nullable(Of Color) instance.StrokeColor = value value = instance.StrokeColor
public System.Nullable<Color> StrokeColor {get; set;}