ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / IsFrozen Property

In This Topic
    IsFrozen Property
    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 System.Boolean
    public System.bool IsFrozen {get; set;}
    See Also