←Select platform

Shape Property

Summary

Overrides ImageViewerRubberBandInteractiveMode.Shape to prevent setting shapes other than ImageViewerRubberBandShape.Rectangle.

Syntax
C#
VB
C++
public override ImageViewerRubberBandShape Shape { get; set; } 
Public Overrides Property Shape() As ImageViewerRubberBandShape 
   Get 
   Set 
public:  
   virtual property ImageViewerRubberBandShape^ Shape 
   { 
      ImageViewerRubberBandShape^ get() override 
      void set(ImageViewerRubberBandShape^ value) override 
   } 

Property Value

The value of ImageViewerRubberBandInteractiveMode.Shape

Remarks

This mode only supports rectangle shapes. Therefore, it overrides the base Shape property and will throw an exception of the user tries to set an other shape.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly