Class CutawayAdorner
Presents control for to show header of vista flip items.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CutawayAdorner : TemplatedAdornerBase, IDisposable
Constructors
CutawayAdorner(UIElement, Duration)
Initializes a new instance of the CutawayAdorner class.
Declaration
public CutawayAdorner(UIElement adornedElement, Duration duration)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | adornedElement | The adorned element. |
System.Windows.Duration | duration | The duration. |
Methods
ArrangeOverride(Size)
Arranges inner control to the full size.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
Overrides
ExitAnimation()
Exits the animation.
Declaration
public void ExitAnimation()
SetText(String)
Sets the text.
Declaration
public void SetText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text m_textBlock. |
StarAnimation()
Stars the animation.
Declaration
public void StarAnimation()
Implements
System.IDisposable