ClassGradientBrush
Class
Wraps a GradientBrush objects.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class GradientBrush : Brush, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Brush>BrushGradientBrush
Derived Classes:
Implements:
Inherited Members
Constructors
GradientBrush()
Declaration
cs-api-definition
public GradientBrush()
Fields
ColorInterpolationModeProperty
Declaration
cs-api-definition
public static AutomationProperty ColorInterpolationModeProperty
Field Value
GradientStopsProperty
AutomationProperty object for GradientStops property.
Declaration
cs-api-definition
public static AutomationProperty GradientStopsProperty
Field Value
MappingModeProperty
Declaration
cs-api-definition
public static AutomationProperty MappingModeProperty
Field Value
SpreadMethodProperty
Declaration
cs-api-definition
public static AutomationProperty SpreadMethodProperty
Field Value
Properties
ColorInterpolationMode
Declaration
cs-api-definition
[DataMember]
public ColorInterpolationMode ColorInterpolationMode { get; set; }
Property Value
GradientStops
Get the brush gradient stops.
Declaration
cs-api-definition
[DataMember]
public List<GradientStop> GradientStops { get; set; }
Property Value
MappingMode
Declaration
cs-api-definition
[DataMember]
public BrushMappingMode MappingMode { get; set; }
Property Value
SpreadMethod
Declaration
cs-api-definition
[DataMember]
public GradientSpreadMethod SpreadMethod { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type