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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Style クラス : ShapeFillColor プロパティ
図形オブジェクト(RenderRectangle、RenderEllipse など)の内部領域を塗りつぶすために使用される色を取得または設定します。
シンタックス
'宣言
 
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;}
解説

スタイルで ShapeFillColor と ShapeFillBrush の両方が指定されている場合は、ShapeFillColor が使用されます。

参照

Style クラス
Style メンバ