| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Status As ImageViewerInteractiveStatus | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ImageViewerInteractiveStatus Status {get;} | |
| C++/CLI | |
|---|---|
public: property ImageViewerInteractiveStatus Status { ImageViewerInteractiveStatus get(); } | |
| XAML Syntax | |
|---|---|
| You can use this memeber in XAML. | |
| XAML Syntax | |
|---|---|
| You can use this memeber in XAML. | |
Return Value
The current status of the interactive mode.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code