ClassTileBrush
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class TileBrush : Brush, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Brush>BrushTileBrush
Derived Classes:
Implements:
Inherited Members
Constructors
TileBrush()
Declaration
cs-api-definition
public TileBrush()
Fields
AlignmentXProperty
Declaration
cs-api-definition
public static AutomationProperty AlignmentXProperty
Field Value
AlignmentYProperty
Declaration
cs-api-definition
public static AutomationProperty AlignmentYProperty
Field Value
StretchProperty
Declaration
cs-api-definition
public static AutomationProperty StretchProperty
Field Value
TileModeProperty
Declaration
cs-api-definition
public static AutomationProperty TileModeProperty
Field Value
ViewboxProperty
Declaration
cs-api-definition
public static AutomationProperty ViewboxProperty
Field Value
ViewboxUnitsProperty
Declaration
cs-api-definition
public static AutomationProperty ViewboxUnitsProperty
Field Value
ViewportProperty
Declaration
cs-api-definition
public static AutomationProperty ViewportProperty
Field Value
ViewportUnitsProperty
Declaration
cs-api-definition
public static AutomationProperty ViewportUnitsProperty
Field Value
Properties
AlignmentX
Declaration
cs-api-definition
[DataMember]
public AlignmentX AlignmentX { get; set; }
Property Value
AlignmentY
Declaration
cs-api-definition
[DataMember]
public AlignmentY AlignmentY { get; set; }
Property Value
Stretch
Declaration
cs-api-definition
[DataMember]
public Stretch Stretch { get; set; }
Property Value
TileMode
Declaration
cs-api-definition
[DataMember]
public TileMode TileMode { get; set; }
Property Value
ViewboxUnits
Declaration
cs-api-definition
[DataMember]
public BrushMappingMode ViewboxUnits { get; set; }
Property Value
ViewportUnits
Declaration
cs-api-definition
[DataMember]
public BrushMappingMode ViewportUnits { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type