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 |
---|---|
|
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.Refer to RasterImageViewer.
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.
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