Search Results for

    Show / Hide Table of Contents

    Class SnapPointsGroup

    Represents a group of snap points selected by a predicate (see SnapToEvents(Predicate<MidiEvent>)).
    Inheritance
    object
    SnapPointsGroup
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class SnapPointsGroup

    Properties

    IsEnabled

    Gets or sets a value indicating whether the current SnapPointsGroup is enabled or not. If false, the group won't take part in the snap points selection process (for example, during the MoveToPreviousSnapPoint() method).
    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top 2025 / Generated by DocFX