次の方法で共有


PaletteEntry.Blue

Blue プロパティ

パレット エントリの青色強度値。

定義

Visual Basic Public Property Blue As Byte
C# public byte Blue { get; set; }
Managed C++ public: __property Byte get_Blue();
public: __property void set_Blue(Byte);
JScript public function get Blue() : byte
public function set Blue(byte);

プロパティ値

System.Byte.

これは読み取り/書き込み可能プロパティである。 

対象

PaletteEntry

© 2002 Microsoft Corporation. All rights reserved. Terms of use.