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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Style クラス : ShapeFillBrush プロパティ
図形オブジェクト(RenderRectangle、RenderEllipse など)の内部領域を塗りつぶすために使用されるブラシを取得または設定します。
シンタックス
'宣言
 
Public Property ShapeFillBrush As System.Drawing.Brush
'使用法
 
Dim instance As Style
Dim value As System.Drawing.Brush
 
instance.ShapeFillBrush = value
 
value = instance.ShapeFillBrush
public System.Drawing.Brush ShapeFillBrush {get; set;}
解説

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

参照

Style クラス
Style メンバ