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