GradientStop コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| GradientStop() |
GradientStop クラスの新しいインスタンスを初期化します。 |
| GradientStop(Color, Single) |
指定した色とオフセットを使用して、 GradientStop クラスの新しいインスタンスを初期化します。 |
GradientStop()
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
GradientStop クラスの新しいインスタンスを初期化します。
public:
GradientStop();
public GradientStop();
Public Sub New ()
適用対象
GradientStop(Color, Single)
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
- ソース:
- GradientStop.cs
指定した色とオフセットを使用して、 GradientStop クラスの新しいインスタンスを初期化します。
public:
GradientStop(Microsoft::Maui::Graphics::Color ^ color, float offset);
public GradientStop(Microsoft.Maui.Graphics.Color color, float offset);
new Microsoft.Maui.Controls.GradientStop : Microsoft.Maui.Graphics.Color * single -> Microsoft.Maui.Controls.GradientStop
Public Sub New (color As Color, offset As Single)
パラメーター
- color
- Color
このグラデーションの分岐点の色。
- offset
- Single
このグラデーションの分岐点の位置 (0.0 から 1.0)。