C1.WPF.Gauge Namespace / UpdateLayoutReason Enumeration

UpdateLayoutReason Enumeration
The reason why the layout should be updated.
Syntax
'Declaration
 
Public Enum UpdateLayoutReason 
   Inherits System.Enum
 
Members
MemberDescription
AppearanceChangedSomthing in the appearance has changed.
DefinitionChangedThe Gauge's definition has changed.
TemplateChangedA template has changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Gauge.UpdateLayoutReason

See Also