Color.LightCyan プロパティ

定義

ARGB 値が #FFE0FFFF であるシステム定義の色を取得します。

public:
 static property System::Drawing::Color LightCyan { System::Drawing::Color get(); };
public static System.Drawing.Color LightCyan { get; }
member this.LightCyan : System.Drawing.Color
Public Shared ReadOnly Property LightCyan As Color

プロパティ値

Color

システム定義色を表す Color

適用対象