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


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : ShapeFillColor プロパティ
Gets or sets the color used to fill internal areas of shapes (objects derived from Style). If for a style both this and ShapeFillBrush are specified, this property takes precedence.
シンタックス
'宣言
 
Public Property ShapeFillColor As System.Drawing.Color
'使用法
 
Dim instance As Style
Dim value As System.Drawing.Color
 
instance.ShapeFillColor = value
 
value = instance.ShapeFillColor
public System.Drawing.Color ShapeFillColor {get; set;}
解説
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is transparent fill color.

参照

参照

Style クラス
Style メンバ