FlexReport for WinForms
Opaque プロパティ (ChartStyle)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartStyle クラス : Opaque プロパティ
Gets or sets a value indicating whether the background is opaque.
シンタックス
'宣言
 
Public Property Opaque As System.Boolean
'使用法
 
Dim instance As ChartStyle
Dim value As System.Boolean
 
instance.Opaque = value
 
value = instance.Opaque
public System.bool Opaque {get; set;}
解説
If an object's Opaque property is true, then the object's background is brushed in the backcolor before the foreground is drawn. If an object's Opaque property is false, the background is not brushed and only the object's foreground is drawn.
参照

参照

ChartStyle クラス
ChartStyle メンバ