LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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);
}

Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also