Class TileBrush
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public abstract class TileBrush : Brush, IHasAccessToPropertiesWhereItIsUsed
Constructors
| Improve this Doc View SourceTileBrush()
Declaration
[NotImplemented]
protected TileBrush()
Fields
| Improve this Doc View SourceAlignmentXProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AlignmentXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
AlignmentYProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AlignmentYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
StretchProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty StretchProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAlignmentX
Declaration
[NotImplemented]
public AlignmentX AlignmentX { get; set; }
Property Value
Type | Description |
---|---|
AlignmentX |
AlignmentY
Declaration
[NotImplemented]
public AlignmentY AlignmentY { get; set; }
Property Value
Type | Description |
---|---|
AlignmentY |
Stretch
Declaration
[NotImplemented]
public Stretch Stretch { get; set; }
Property Value
Type | Description |
---|---|
Stretch |