←Select platform

FramesIsPartOfImage Property

Summary

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

Syntax

C#
VB
C++
[CategoryAttribute("Frame")] 
[DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")] 
public virtual bool FramesIsPartOfImage {get; set;} 
<CategoryAttribute("Frame")> 
<DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")> 
Public Overridable Property FramesIsPartOfImage As Boolean 
[CategoryAttribute("Frame")] 
[DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize