InvalidateGeometryReasons Enumeration

Specifies the reason of InvalidateGeometry being called.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration InvalidateGeometryReasons
'Usage
Dim instance As InvalidateGeometryReasons
[FlagsAttribute] 
public enum InvalidateGeometryReasons
[FlagsAttribute] 
public enum class InvalidateGeometryReasons
/** @attribute FlagsAttribute() */ 
public enum InvalidateGeometryReasons
FlagsAttribute 
public enum InvalidateGeometryReasons

Members

Member name Description
ChildInvalidated Geometry has been invalidated because a child has been invalidated.
IsAnimated Geometry has been invalidated because a property is being animated.
ParentInvalidated Geometry has been invalidated because a parent has been invalidated.
PropertyChanged Geometry has been invalidated because a property has been changed.
TemplateChanged Geometry has been invalidated because a new template has been applied.

See Also

Reference

Microsoft.Expression.Media Namespace