ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / UpdateLayoutReason Enumeration

In This Topic
    UpdateLayoutReason Enumeration
    In This Topic
    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.Silverlight.Gauge.UpdateLayoutReason

    See Also