Extended Library for UWP/WinRT
SetColor(Color,String) メソッド

指定された名前の色をこのエントリに割り当てます。
構文
'宣言
 
Public Overloads Sub SetColor( _
   ByVal color As Windows.UI.Color, _
   ByVal colorName As System.String _
) 
public void SetColor( 
   Windows.UI.Color color,
   System.string colorName
)

パラメータ

color
colorName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ColorPaletteEntry クラス
ColorPaletteEntry メンバ
オーバーロード一覧

Send Feedback