Show / Hide Table of Contents

Class LinearGradientBrush

Inheritance
System.Object
Brush
LinearGradientBrush
Implements
JsonSerializable
Inherited Members
Brush.Serialize()
Brush.FromString(String)
Namespace: IgniteUI.Blazor.Controls
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
Type Description
BrushType
Overrides
Brush.BrushType

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
Type Name Description
SerializationContext ct
System.String propertyName
Overrides
Brush.Serialize(SerializationContext, String)

Implements

JsonSerializable