Class
TileBrush

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class TileBrush : Brush, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Brush>BrushTileBrush

Derived Classes: ImageBrushVideoBrushWebBrowserBrush

Implements: IAutomationPeerIPeerConverter

Inherited Members Brush.OpacityPropertyBrush.TransformPropertyBrush.RelativeTransformPropertyBrush.OpacityBrush.TransformBrush.RelativeTransformAutomationObject<Brush>.GetProperty(AutomationProperty)AutomationObject<Brush>.GetProperty(AutomationProperty, object)AutomationObject<Brush>.SetProperty(AutomationProperty, object)AutomationObject<Brush>.InvokeMethod(AutomationMethod, params object[])AutomationObject<Brush>.InvokeMethod(string, params object[])AutomationObject<Brush>.Serialize()AutomationObject<Brush>.Deserialize(string)AutomationObject<Brush>.AssignReference(AutomationReference)AutomationObject<Brush>.ToRealObject()AutomationObject<Brush>.FromRealObject(object)AutomationObject<Brush>.ReferenceAutomationObject<Brush>.PropertyBag

Constructors

TileBrush()

Declaration

cs-api-definition
public TileBrush()

Fields

AlignmentXProperty

Declaration

cs-api-definition
public static AutomationProperty AlignmentXProperty

Field Value

AutomationProperty

AlignmentYProperty

Declaration

cs-api-definition
public static AutomationProperty AlignmentYProperty

Field Value

AutomationProperty

StretchProperty

Declaration

cs-api-definition
public static AutomationProperty StretchProperty

Field Value

AutomationProperty

Properties

AlignmentX

Declaration

cs-api-definition
[DataMember]
public AlignmentX AlignmentX { get; set; }

Property Value

AlignmentX

AlignmentY

Declaration

cs-api-definition
[DataMember]
public AlignmentY AlignmentY { get; set; }

Property Value

AlignmentY

Stretch

Declaration

cs-api-definition
[DataMember]
public Stretch Stretch { get; set; }

Property Value

Stretch

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Brush.GetRealType()