Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Interactive Mode")> <DescriptionAttribute("The type of region to create when the user creates regions interactively.")> Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageViewer Dim value As RasterViewerInteractiveRegionType instance.InteractiveRegionType = value value = instance.InteractiveRegionType |
C# | |
---|---|
[CategoryAttribute("Interactive Mode")] [DescriptionAttribute("The type of region to create when the user creates regions interactively.")] public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Interactive Mode")] [DescriptionAttribute("The type of region to create when the user creates regions interactively.")] public: virtual property RasterViewerInteractiveRegionType InteractiveRegionType { RasterViewerInteractiveRegionType get(); void set ( RasterViewerInteractiveRegionType value); } |
Property Value
The type of region to create.Refer to RasterImageViewer.InteractiveMode.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7