LinearGradientPaint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class LinearGradientPaint : Microsoft::Maui::Graphics::GradientPaint
public class LinearGradientPaint : Microsoft.Maui.Graphics.GradientPaint
type LinearGradientPaint = class
inherit GradientPaint
Public Class LinearGradientPaint
Inherits GradientPaint
- Inheritance
Constructors
LinearGradientPaint() | |
LinearGradientPaint(GradientPaint) | |
LinearGradientPaint(PaintGradientStop[], Point, Point) | |
LinearGradientPaint(PaintGradientStop[]) | |
LinearGradientPaint(Point, Point) |
Properties
BackgroundColor | (Inherited from Paint) |
EndColor | (Inherited from GradientPaint) |
EndColorIndex | (Inherited from GradientPaint) |
EndPoint | |
ForegroundColor | (Inherited from Paint) |
GradientStops | (Inherited from GradientPaint) |
IsTransparent | (Inherited from GradientPaint) |
StartColor | (Inherited from GradientPaint) |
StartColorIndex | (Inherited from GradientPaint) |
StartPoint |
Methods
AddOffset(Single, Color) | (Inherited from GradientPaint) |
AddOffset(Single) | (Inherited from GradientPaint) |
BlendStartAndEndColors() | (Inherited from GradientPaint) |
BlendStartAndEndColors(Color, Color, Single) | (Inherited from GradientPaint) |
GetColorAt(Single) | (Inherited from GradientPaint) |
GetSortedStops() | (Inherited from GradientPaint) |
RemoveOffset(Int32) | (Inherited from GradientPaint) |
SetGradientStops(Single[], Color[]) | (Inherited from GradientPaint) |
ToString() | (Inherited from GradientPaint) |
Extension Methods
IsNullOrEmpty(Paint) | |
ToColor(Paint) |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.