Поделиться через


GradientStop Constructors

Definition

Overloads

GradientStop()

Source:
GradientStop.cs
Source:
GradientStop.cs
Source:
GradientStop.cs
public:
 GradientStop();
public GradientStop();
Public Sub New ()

Applies to

GradientStop(Color, Single)

Source:
GradientStop.cs
Source:
GradientStop.cs
Source:
GradientStop.cs
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)

Parameters

color
Color
offset
Single

Applies to