New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public GradientBrush()

Fields

C#
public static AutomationProperty ColorInterpolationModeProperty
C#
public static AutomationProperty GradientStopsProperty
C#
public static AutomationProperty MappingModeProperty
C#
public static AutomationProperty SpreadMethodProperty

Properties

C#
[DataMember]
public ColorInterpolationMode ColorInterpolationMode { get; set; }
C#
[DataMember]
public List<GradientStop> GradientStops { get; set; }
C#
[DataMember]
public BrushMappingMode MappingMode { get; set; }
C#
[DataMember]
public GradientSpreadMethod SpreadMethod { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Brush.GetRealType()