Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
AnimateGeometry Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : AnimateGeometry Property





Enables or disables animation of the image's geometry frame.

Syntax

Visual Basic (Declaration) 
Public Property AnimateGeometry As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim value As Boolean
 
instance.AnimateGeometry = value
 
value = instance.AnimateGeometry
C# 
public bool AnimateGeometry {get; set;}
Managed Extensions for C++ 
public: __property bool get_AnimateGeometry();
public: __property void set_AnimateGeometry( 
   bool value
);
C++/CLI 
public:
property bool AnimateGeometry {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object AnimateGeometry=bool/>

Dependency Property Information 

Identifier field

AnimateGeometryProperty

Metadata properties set to true

None

Return Value

true to enable animation of the image's geometry frame, false for a static frame.

Example

For XAML example, refer to Geometry.

For C#/VB examples, refer to Geometry.

Remarks

AnimateGeometry will animate the frame only if the FrameGeometry is set to true.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also