Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FramesIsPartOfImage Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : FramesIsPartOfImage Property



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

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")>
<CategoryAttribute("Frame")>
Public Overridable Property FramesIsPartOfImage As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.FramesIsPartOfImage = value
 
value = instance.FramesIsPartOfImage
C# 
[DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")]
[CategoryAttribute("Frame")]
public virtual bool FramesIsPartOfImage {get; set;}
C++/CLI 
[DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")]
[CategoryAttribute("Frame")]
public:
virtual property bool FramesIsPartOfImage {
   bool get();
   void set (bool value);
}

Return Value

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

Example

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also