←Select platform

Shape Property

Summary

Shape to use with this rubber band mode.

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

Property Value

The shape to use with this rubber band mode. Default value is ImageViewerRubberBandShape.Rectangle.

Remarks

You cannot change the shape if the mode is already working. Doing so will throw an exception.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.