Determines whether or not the frame is treated as part of the images's view.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Boolean
instance.FramesIsPartOfImage = value
value = instance.FramesIsPartOfImage
|
Managed Extensions for C++ | |
---|
[CategoryAttribute("Frame")]
[DescriptionAttribute("Determines whether the frame is treated as part of the images's view.")]
public: __property virtual bool get_FramesIsPartOfImage();
public: __property virtual void set_FramesIsPartOfImage(
bool value
); |
Return Value
true to treat the frame as part of the image, false otherwise.
Example
Remarks
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