ComponentOne Tiles for WPF and Silverlight
C1.WPF.Tile Namespace / C1TileService Class
Fields Properties Methods

In This Topic
    C1TileService Class Members
    In This Topic

    The following tables list the members exposed by C1TileService.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the PointerDownAnimation attached property. If this attached property is set on some System.Windows.FrameworkElement, the C1TileService will perform PointerDown animation for this element.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PreservePointerCapture attached property.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the System.Int32 value specifying the maximum number of tile animations which might be performed simultaniously.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the System.TimeSpan value specifying the maximum time interval between tile updates.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Freezes tile updates.  
    Public Methodstatic (Shared in Visual Basic)Gets the value of the PointerDownAnimation attached property from a given FrameworkElement.  
    Public Methodstatic (Shared in Visual Basic)Gets the value of the PreservePointerCapture attached property from a given FrameworkElement.  
    Public Methodstatic (Shared in Visual Basic)Registers the C1TileBase object in the service.  
    Public Methodstatic (Shared in Visual Basic)Sets the PointerDownAnimation attached property value on the specified element.  
    Public Methodstatic (Shared in Visual Basic)Sets the PreservePointerCapture attached property value on the specified element.  
    Public Methodstatic (Shared in Visual Basic)Stops an active PointerDown animation for the specified target.  
    Public Methodstatic (Shared in Visual Basic)Unfreezes tile updates.  
    Public Methodstatic (Shared in Visual Basic)Unregisters the C1TileBase object in the service.  
    Top
    See Also