Class ImageBrush
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 sealed class ImageBrush : TileBrush, IHasAccessToPropertiesWhereItIsUsed
Constructors
| Improve this Doc View SourceImageBrush()
Declaration
[NotImplemented]
public ImageBrush()
Fields
| Improve this Doc View SourceImageSourceProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ImageSourceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceImageSource
Declaration
[NotImplemented]
public ImageSource ImageSource { get; set; }
Property Value
Type | Description |
---|---|
ImageSource |
Methods
| Improve this Doc View SourceConvertToCSSValues(DependencyObject)
Declaration
public List<object> ConvertToCSSValues(DependencyObject parent)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | parent |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |