Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Behavior")> <DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")> Public Property ViewerID As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebImagePanViewer Dim value As String instance.ViewerID = value value = instance.ViewerID |
C# | |
---|---|
[CategoryAttribute("Behavior")] [DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")] public string ViewerID {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Behavior")] [DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")] public: property String^ ViewerID { String^ get(); void set ( String^ value); } |
Property Value
The ID of the WebImageViewer which has an image to be pan using the WebImagePanViewer control.Refer to WebImageViewer.OpenImageUrl example.
This property contains the ID of the WebImageViewer object which contains an image to be pan using the WebImagePanViewer control.
Whenever the WebImageViewer property is changed, the image displayed in the WebImagePanViewer control is affect by this change.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7