Search Results for

    Show / Hide Table of Contents

    Class SnapPoint

    Snap point for Playback.
    Inheritance
    object
    SnapPoint
    SnapPoint<TData>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public class SnapPoint

    Properties

    IsEnabled

    Gets or sets a value indicating whether the current SnapPoint is enabled or not.
    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    bool

    SnapPointsGroup

    Gets an instance of the SnapPointsGroup the current SnapPoint belongs to; or null if the snap point doesn't belong to a group.
    Declaration
    public SnapPointsGroup SnapPointsGroup { get; }
    Property Value
    Type Description
    SnapPointsGroup

    Time

    Gets the time of the current SnapPoint.
    Declaration
    public TimeSpan Time { get; }
    Property Value
    Type Description
    TimeSpan
    In this article
    Back to top 2024 / Generated by DocFX