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


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

The default is no brush.

参照

Style クラス
Style メンバ