ClassBrush
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class Brush : AutomationObject<Brush>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Brush>Brush
Derived Classes:
Implements:
Inherited Members
Constructors
Brush()
Declaration
cs-api-definition
public Brush()
Fields
OpacityProperty
Declaration
cs-api-definition
public static AutomationProperty OpacityProperty
Field Value
RelativeTransformProperty
Declaration
cs-api-definition
public static AutomationProperty RelativeTransformProperty
Field Value
TransformProperty
Declaration
cs-api-definition
public static AutomationProperty TransformProperty
Field Value
Properties
Opacity
Declaration
cs-api-definition
[DataMember]
public double Opacity { get; set; }
Property Value
RelativeTransform
Declaration
cs-api-definition
[DataMember]
public Transform RelativeTransform { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type