Class GradientBrush
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public abstract class GradientBrush : Brush, IAutomationPeer, IPeerConverter
Constructors
GradientBrush()
Declaration
public GradientBrush()
Fields
ColorInterpolationModeProperty
Declaration
public static AutomationProperty ColorInterpolationModeProperty
Field Value
AutomationProperty
|
GradientStopsProperty
MappingModeProperty
SpreadMethodProperty
Properties
ColorInterpolationMode
Declaration
public ColorInterpolationMode ColorInterpolationMode { get; set; }
Property Value
ColorInterpolationMode
|
GradientStops
Declaration
public List<GradientStop> GradientStops { get; set; }
Property Value
System.Collections.Generic.List<GradientStop>
|
MappingMode
SpreadMethod
Declaration
public GradientSpreadMethod SpreadMethod { get; set; }
Property Value
GradientSpreadMethod
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|