Gets or sets the brush used to fill the background. If both this and
Style.BackColor properties are specified for a style, the
BackColor takes precedence.
シンタックス
'宣言
Public Property Brush As C1Brush
'使用法
Dim instance As Style
Dim value As C1Brush
instance.Brush = value
value = instance.Brush
public C1Brush Brush {get; set;}
参照