バージョン

ShouldDrawGlow メソッド

輝き効果がタブ項目で描画されるかどうか。
シンタックス
'宣言
 
Protected Overrides Sub ShouldDrawGlow( _
   ByVal tab As Infragistics.Win.UltraWinTabs.ITabItem, _
   ByRef shouldDraw As Boolean, _
   ByRef glowColor As Color, _
   ByRef glowOrientation As Infragistics.Win.GlowOrientation, _
   ByRef circleExtentPercentage As Integer, _
   ByRef firstFalloff As Integer, _
   ByRef secondFalloff As Integer, _
   ByRef drawAmbientGlow As Boolean _
) 
protected override void ShouldDrawGlow( 
   Infragistics.Win.UltraWinTabs.ITabItem tab,
   out bool shouldDraw,
   out Color glowColor,
   out Infragistics.Win.GlowOrientation glowOrientation,
   out int circleExtentPercentage,
   out int firstFalloff,
   out int secondFalloff,
   out bool drawAmbientGlow
)

パラメータ

tab
対象のタブ。
shouldDraw
輝きを描画するために True に設定します。
glowColor
輝きの基本色。
glowOrientation
輝きの場所。
circleExtentPercentage
方向に基づく、輝きの上を描画するために System.Drawing.Rectangle の高さ/幅の割合。
firstFalloff
内部の輝きを描画するために使用されるパーセントは、タブの端または円の中央のどちから近い方から円の端の距離に基づきます。
secondFalloff
外部の輝きを描画するために使用されるパーセントは、タブの端または円の中央のどちから近い方から円の端の距離に基づきます。
drawAmbientGlow
輝きの色で輝きの周囲のグラデーションを描画するかどうか。
参照