New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public TileBrush()

Fields

C#
public static AutomationProperty AlignmentXProperty
C#
public static AutomationProperty AlignmentYProperty
C#
public static AutomationProperty StretchProperty
C#
public static AutomationProperty TileModeProperty
C#
public static AutomationProperty ViewboxProperty
C#
public static AutomationProperty ViewboxUnitsProperty
C#
public static AutomationProperty ViewportProperty
C#
public static AutomationProperty ViewportUnitsProperty

Properties

C#
[DataMember]
public AlignmentX AlignmentX { get; set; }
C#
[DataMember]
public AlignmentY AlignmentY { get; set; }
C#
[DataMember]
public Stretch Stretch { get; set; }
C#
[DataMember]
public TileMode TileMode { get; set; }
C#
[DataMember]
public Rect Viewbox { get; set; }
C#
[DataMember]
public BrushMappingMode ViewboxUnits { get; set; }
C#
[DataMember]
public Rect Viewport { get; set; }
C#
[DataMember]
public BrushMappingMode ViewportUnits { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Brush.GetRealType()