Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Themes Assembly / Xceed.Wpf.Themes Namespace / CornerRadiusAnimation Class
Members


In This Topic
    CornerRadiusAnimation Class
    In This Topic
    Syntax
    'Declaration
     
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <RuntimeNamePropertyAttribute("Name")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class CornerRadiusAnimation 
       Inherits System.Windows.Media.Animation.AnimationTimeline
    'Usage
     
    Dim instance As CornerRadiusAnimation
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [RuntimeNameProperty("Name")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class CornerRadiusAnimation : System.Windows.Media.Animation.AnimationTimeline 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                System.Windows.Media.Animation.Animatable
                   System.Windows.Media.Animation.Timeline
                      System.Windows.Media.Animation.AnimationTimeline
                         Xceed.Wpf.Themes.CornerRadiusAnimation

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also