Class
DrawingBrush

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Brush>BrushTileBrushDrawingBrush

Implements: IAutomationPeerIPeerConverter

Inherited Members TileBrush.ViewportUnitsPropertyTileBrush.ViewboxUnitsPropertyTileBrush.ViewportPropertyTileBrush.ViewboxPropertyTileBrush.StretchPropertyTileBrush.TileModePropertyTileBrush.AlignmentXPropertyTileBrush.AlignmentYPropertyTileBrush.ViewportUnitsTileBrush.ViewboxUnitsTileBrush.ViewportTileBrush.ViewboxTileBrush.StretchTileBrush.TileModeTileBrush.AlignmentXTileBrush.AlignmentYBrush.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

DrawingBrush()

Declaration

cs-api-definition
public DrawingBrush()

Fields

DrawingProperty

Declaration

cs-api-definition
public static AutomationProperty DrawingProperty

Field Value

AutomationProperty

Properties

Drawing

Declaration

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

Property Value

Drawing

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides TileBrush.GetRealType()