GradientStop コンストラクター

定義

オーバーロード

名前 説明
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)。

適用対象