This member is available in the WPF Express Edition. See the LEADTOOLS products page for full details on more WPF features available with LEADTOOLS toolkits.
Gets or sets the BitmapSource for the BitmapSourceViewerElement. This is a dependency property.Visual Basic (Declaration) | |
---|---|
Public Property Source As BitmapSource |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BitmapSource Source {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property BitmapSource get_Source(); public: __property void set_Source( BitmapSource value ); |
C++/CLI | |
---|---|
public: property BitmapSource Source { BitmapSource get(); void set (BitmapSource value); } |
XAML | |
---|---|
For XAML information, see the BitmapSource type. |
XAML Attributes Usage | |
---|---|
<object Source=imageUri/> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure |
XAML Values | |
---|---|
imageUri System.String A URI of the image file. |
Return Value
The source value for the BitmapSourceViewerElement. The default value is a null.For XAML example, refer to Source.
For C#/VB examples, refer to BitmapSourceViewerElement.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family