←Select platform

FramesIsPartOfImage Property

Summary

Determines whether or not the frame is treated as part of the images's view.

Syntax

C#
VB
C++
public virtual bool FramesIsPartOfImage { get; set; } 
Public Overridable Property FramesIsPartOfImage As Boolean 
public: 
virtual property bool FramesIsPartOfImage { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to treat the frame as part of the image, false otherwise.

Remarks

If the frame is treated as part of the image, then it will be scrolled along with the image when the client size is smaller than the display size.

Example

Refer to RasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly