Sets the image URI.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static void SetImageUri( ImageBrush brush, Uri imageUri ) |
| Visual Basic |
|---|
Public Shared Sub SetImageUri ( _ brush As ImageBrush, _ imageUri As Uri _ ) |
| Visual C++ |
|---|
public: static void SetImageUri( ImageBrush^ brush, Uri^ imageUri ) |
Parameters
- brush
- Type: System.Windows.Media..::..ImageBrush
The brush.
- imageUri
- Type: System..::..Uri
The image URI.
Remarks
This type or member is not intended to be used directly from your code.