'宣言 Public Property ShapeFillBrush As System.Drawing.Brush
'使用法 Dim instance As Style Dim value As System.Drawing.Brush instance.ShapeFillBrush = value value = instance.ShapeFillBrush
public System.Drawing.Brush ShapeFillBrush {get; set;}
'宣言 Public Property ShapeFillBrush As System.Drawing.Brush
'使用法 Dim instance As Style Dim value As System.Drawing.Brush instance.ShapeFillBrush = value value = instance.ShapeFillBrush
public System.Drawing.Brush ShapeFillBrush {get; set;}
スタイルで ShapeFillColor と ShapeFillBrush の両方が指定されている場合は、ShapeFillColor が使用されます。