HatchBrush.ForegroundColor プロパティ

定義

この HatchBrush オブジェクトによって描画されるハッチング線の色を取得します。

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

プロパティ値

このHatchBrushの前景色を表すColor構造体。

適用対象