PendulumDots Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interaction logic for PendulumDots.xaml
public ref class PendulumDots : System::Windows::Controls::UserControl, IDisposable, System::Windows::Markup::IComponentConnector
public class PendulumDots : System.Windows.Controls.UserControl, IDisposable, System.Windows.Markup.IComponentConnector
type PendulumDots = class
inherit UserControl
interface IDisposable
interface IComponentConnector
Public Class PendulumDots
Inherits UserControl
Implements IComponentConnector, IDisposable
- Inheritance
-
PendulumDots
- Implements
Constructors
PendulumDots() |
Ctor |
Fields
DelayProperty |
Delay Dependency Property |
DotHeightProperty |
DotHeight Dependency Property |
DotRadiusXProperty |
DotRadiusX Dependency Property |
DotRadiusYProperty |
DotRadiusY Dependency Property |
DotWidthProperty |
DotWidth Dependency Property |
DurationAProperty |
DurationA Dependency Property |
DurationBProperty |
DurationB Dependency Property |
DurationCProperty |
DurationC Dependency Property |
KeyFrameAProperty |
KeyFrameA Dependency Property |
KeyFrameBProperty |
KeyFrameB Dependency Property |
ReverseDurationProperty |
ReverseDuration Dependency Property |
TotalDurationProperty |
TotalDuration Dependency Property |
UnlikeWPProperty |
UnlikeWP Dependency Property |
Properties
Delay |
Gets or sets the Delay property. This dependency property indicates the delay between adjacent animation timelines. |
DotHeight |
Gets or sets the DotHeight property. This dependency property indicates the height of each of the dots. |
DotRadiusX |
Gets or sets the DotRadiusX property. This dependency property indicates the corner radius width of each of the dot. |
DotRadiusY |
Gets or sets the DotRadiusY property. This dependency property indicates the corner height of each of the dots. |
DotWidth |
Gets or sets the DotWidth property. This dependency property indicates the width of each of the dots. |
DurationA |
Gets or sets the DurationA property. This dependency property indicates the duration of the animation from the start point till KeyFrameA. |
DurationB |
Gets or sets the DurationB property. This dependency property indicates the duration of the animation from the KeyFrameA till KeyFrameB. |
DurationC |
Gets or sets the DurationC property. This dependency property indicates the duration of the animation from KeyFrameB till the end point. |
KeyFrameA |
Gets or sets the KeyFrameA property. This dependency property indicates the first KeyFrame position after the initial keyframe. |
KeyFrameB |
Gets or sets the KeyFrameB property. This dependency property indicates the second KeyFrame position after the initial keyframe. |
ReverseDuration |
Gets or sets the ReverseDuration property. This dependency property indicates the duration of the total animation in reverse. |
TotalDuration |
Gets or sets the TotalDuration property. This dependency property indicates the duration of the complete animation. |
UnlikeWP |
Gets or sets the UnlikeWP property. This dependency property indicates whether the animation should UnlikeWP. |
Methods
Dispose() |
Releases all resources used by an instance of the PendulumDots class. |
Dispose(Boolean) |
Releases the unmanaged resources used by an instance of the PendulumDots class and optionally releases the managed resources. |
Finalize() |
Releases unmanaged resources before an instance of the PendulumDots class is reclaimed by garbage collection. |
InitializeComponent() |
InitializeComponent |
OnDelayChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the Delay property. |
OnDotHeightChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the DotHeight property. |
OnDotRadiusXChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the DotRadiusX property. |
OnDotRadiusYChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the DotRadiusY property. |
OnDotWidthChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the DotWidth property. |
OnDurationAChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the DurationA property. |
OnDurationBChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the DurationB property. |
OnDurationCChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the DurationC property. |
OnKeyFrameAChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the KeyFrameA property. |
OnKeyFrameBChanged(Double, Double) |
Provides derived classes an opportunity to handle changes to the KeyFrameB property. |
OnReverseDurationChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the ReverseDuration property. |
OnTotalDurationChanged(Duration, Duration) |
Provides derived classes an opportunity to handle changes to the TotalDuration property. |
OnUnlikeWPChanged(Boolean, Boolean) |
Provides derived classes an opportunity to handle changes to the UnlikeWP property. |
Explicit Interface Implementations
IComponentConnector.Connect(Int32, Object) |