C1.Silverlight.Tile Namespace : C1TileService Class |
The following tables list the members exposed by C1TileService.
Name | Description | |
---|---|---|
PointerDownAnimationProperty | 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. | |
PreservePointerCaptureProperty | Identifies the PreservePointerCapture attached property. |
Name | Description | |
---|---|---|
MaxAnimationNumber | Gets or sets the System.Int32 value specifying the maximum number of tile animations which might be performed simultaniously. | |
UpdateInterval | Gets or sets the System.TimeSpan value specifying the maximum time interval between tile updates. |
Name | Description | |
---|---|---|
FreezeTile | Freezes tile updates. | |
GetPointerDownAnimation | Gets the value of the PointerDownAnimation attached property from a given FrameworkElement. | |
GetPreservePointerCapture | Gets the value of the PreservePointerCapture attached property from a given FrameworkElement. | |
Register | Registers the C1TileBase object in the service. | |
SetPointerDownAnimation | Sets the PointerDownAnimation attached property value on the specified element. | |
SetPreservePointerCapture | Sets the PreservePointerCapture attached property value on the specified element. | |
StopPointerAnimation | Stops an active PointerDown animation for the specified target. | |
UnfreezeTile | Unfreezes tile updates. | |
Unregister | Unregisters the C1TileBase object in the service. |