ComponentOne Gauge for UWP
UpdateLayoutReason Enumeration

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace : UpdateLayoutReason Enumeration
The reason why the layout should be updated.
Syntax
'Declaration
 
Public Enum UpdateLayoutReason 
   Inherits System.Enum
public enum UpdateLayoutReason : 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.Xaml.Gauge.UpdateLayoutReason

See Also

Reference

C1.Xaml.Gauge Namespace