Class LinearGradientBrush
Inheritance
System.Object
LinearGradientBrush
Assembly: IgniteUI.Blazor.dll
Syntax
public class LinearGradientBrush : Brush, JsonSerializable
Constructors
LinearGradientBrush()
Declaration
public LinearGradientBrush()
Properties
BrushType
Declaration
public override BrushType BrushType { get; }
Property Value
Overrides
EndX
Declaration
public double EndX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EndY
Declaration
public double EndY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
GradientStops
Declaration
public List<GradientStop> GradientStops { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<GradientStop> |
|
IsAbsolute
Declaration
public bool IsAbsolute { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StartX
Declaration
public double StartX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartY
Declaration
public double StartY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseCustomDirection
Declaration
public bool UseCustomDirection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Serialize(SerializationContext, String)
Declaration
public override void Serialize(SerializationContext ct, string propertyName = null)
Parameters
Overrides
Implements