Visual Basic (Declaration) | |
---|---|
Public Property Source As Visual |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Visual Source {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Visual get_Source(); public: __property void set_Source( Visual value ); |
XAML Attributes Usage | |
---|---|
<object Source=Size .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Values | |
---|---|
Binding A Binding to a Visual instance. |
XAML Property Element Usage | |
---|---|
<object Visual={Binding}/> - or - <object Visual={ResourceExpression}/> |
Return Value
The BitmapSourceViewer object, which has an image to be magnified using the MagnifyGlass control.
This property contains the BitmapSourceViewer object which
contains an image to be magnified using the MagnifyGlass control.
The type of this property is defined to be Visual and not BitmapSourceViewer, in order to have the
MagnifyGlass work with any Visual object.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family