Leadtools.WinForms Namespace > RasterImageViewer Class : InteractiveRegionType Property |
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")] [CategoryAttribute("Interactive Mode")] public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
'Declaration <DescriptionAttribute("The type of region to create when the user creates regions interactively.")> <CategoryAttribute("Interactive Mode")> Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType
'Usage Dim instance As RasterImageViewer Dim value As RasterViewerInteractiveRegionType instance.InteractiveRegionType = value value = instance.InteractiveRegionType
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")] [CategoryAttribute("Interactive Mode")] public: virtual property RasterViewerInteractiveRegionType InteractiveRegionType { RasterViewerInteractiveRegionType get(); void set ( RasterViewerInteractiveRegionType value); }