menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MotionCommandPathType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MotionCommandPathType

    Specifies the motion command path type of motion effect

    Inheritance
    System.Object
    MotionCommandPathType
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.dll
    Syntax
    public sealed class MotionCommandPathType : Enum

    Fields

    CloseLoop

    Specifies the motion command path type is CloseLoop

    Declaration
    public const MotionCommandPathType CloseLoop
    Field Value
    Type
    MotionCommandPathType

    CurveTo

    Specifies the motion command path type is CurveTo

    Declaration
    public const MotionCommandPathType CurveTo
    Field Value
    Type
    MotionCommandPathType

    End

    Specifies the motion command path type is End

    Declaration
    public const MotionCommandPathType End
    Field Value
    Type
    MotionCommandPathType

    LineTo

    Specifies the motion command path type is LineTo

    Declaration
    public const MotionCommandPathType LineTo
    Field Value
    Type
    MotionCommandPathType

    MoveTo

    Specifies the motion command path type is MoveTo

    Declaration
    public const MotionCommandPathType MoveTo
    Field Value
    Type
    MotionCommandPathType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved