FlexReport for WinForms
ShapeFillBrush プロパティ (Style)


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : ShapeFillBrush プロパティ
Gets or sets the brush used to fill internal areas of shapes (objects derived from Style). If for a style both this and 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;}
解説
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no brush.

参照

参照

Style クラス
Style メンバ