Gets or sets the brush used to fill internal areas of shapes (objects derived from
Style). If for a style both this and
Style.ShapeFillColor are specified,
ShapeFillColor takes precedence.
シンタックス
'宣言
Public Property ShapeFillBrush As C1Brush
'使用法
Dim instance As Style
Dim value As C1Brush
instance.ShapeFillBrush = value
value = instance.ShapeFillBrush
public C1Brush ShapeFillBrush {get; set;}
参照