mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -10,7 +10,7 @@ using System.Text;
|
||||
|
||||
namespace Microsoft.Iris.Animations
|
||||
{
|
||||
internal abstract class BaseKeyframe : ICloneable
|
||||
public abstract class BaseKeyframe : ICloneable
|
||||
{
|
||||
private Interpolation _interpolation;
|
||||
private RelativeTo _relative;
|
||||
|
||||
Reference in New Issue
Block a user