Click or drag to resize
weroSoft AG, Software
ClientPluginMetadataImageUri Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the URI of the image to be showed to the overview.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public string ImageUri { get; protected set; }

Property Value

Type: String

Implements

IClientPluginMetadataImageUri
Remarks
This property is optional. If it is not defined by yourself, a default image is used. To define an own image use a pack URI. If you like to use an image embedded in your own assembly mark the image to be a Resource.
Examples
Example of a pack URI to show to an embedded image:
Image = "pack://application:,,,/WeroSoft.Windows;component/Images/TritonDefault_48x48.png";
See Also