Visual Basic (Declaration) | |
---|---|
Public Property AnimateGeometry As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AnimateGeometry {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_AnimateGeometry(); public: __property void set_AnimateGeometry( bool value ); |
XAML Attributes Usage | |
---|---|
<object AnimateGeometry=bool/> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true to enable animation of the image's geometry frame, false for a static frame.
AnimateGeometry will animate the frame only if the FrameGeometry is set to true.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family