ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileBase Class / IsFrozen Property

In This Topic
    IsFrozen Property (C1TileBase)
    In This Topic
    Gets or sets the System.Boolean value specifying whether tile updates should be performed on the current C1TileBase object. This is a dependency property. The default value is false.
    Syntax
    'Declaration
     
    
    Public Property IsFrozen As Boolean
    public bool IsFrozen {get; set;}
    See Also