| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Floater and Region")> <DescriptionAttribute("Enables or disables animation of the image's region frame.")> Public Overridable Property AnimateRegion As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageViewer Dim value As Boolean instance.AnimateRegion = value value = instance.AnimateRegion | |
| C# | |
|---|---|
[CategoryAttribute("Floater and Region")] [DescriptionAttribute("Enables or disables animation of the image's region frame.")] public virtual bool AnimateRegion {get; set;} | |
| C++/CLI | |
|---|---|
[CategoryAttribute("Floater and Region")] [DescriptionAttribute("Enables or disables animation of the image's region frame.")] public: virtual property bool AnimateRegion { bool get(); void set ( bool value); } | |
Property Value
true to enable animation of the image's region frame, false for a static frame.Refer to RasterImageViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code