BackgroundBrush プロパティ

LANSA

BackgroundBrush プロパティ

DirectX のみ

コントロールの背景に適用される ブラシ (#Prim_vs.Brush) インスタンスへの参照です。

スタイルの背景機能は、子コントロールには継承されません。したがって、フォームに適用された背景は、そのまま子コントロールに繰り返されることはありません。

BackgroundBrushとNormBackColorの両方が指定された場合、BackgroundBrushが優先されます。

BackgroundBrushプロパティは、以下の例のように使えます。

Define_Com Class(#PRIM_VS.Style) Name(#BackGround) Backgroundbrush(#Backgroundbrush)

Define_Com Class(#PRIM_VS.LinearBrush) Name(#Backgroundbrush) Colors(#BackgroundbrushColors)

Define_Com Class(#Prim_Vs.BrushColors) Name(#BackgroundbrushColors)

Define_Com Class(#PRIM_VS.BrushColor) Name(#BackgroundbrushColor1) Color(Silver) Parent(#BackgroundbrushColors)

Define_Com Class(#PRIM_VS.BrushColor) Name(#BackgroundbrushColor1) At(100) Color(White) Parent(#BackgroundbrushColors)