ImageBrush.ImageSourceProperty Property
Definition
Identifies the ImageSource dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.ImageBrush.ImageSourceProperty.
public:
static property DependencyProperty ^ ImageSourceProperty { DependencyProperty ^ get(); };
DependencyProperty ImageSourceProperty();
public static DependencyProperty ImageSourceProperty { get; }
var dependencyProperty = ImageBrush.imageSourceProperty;
Public Shared ReadOnly Property ImageSourceProperty As DependencyProperty
Property Value
The identifier for the ImageSource dependency property.