Search Results for

    Show / Hide Table of Contents

    Class Timeline

    エディタのタイムラインの設定

    Inheritance
    object
    Timeline
    Implements
    IEquatable<Timeline>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Timeline : IEquatable<Timeline>

    Properties

    CurrentPosition

    位置

    Declaration
    public string? CurrentPosition { get; set; }
    Property Value
    Type Description
    string

    Partition

    分割線

    Declaration
    public string? Partition { get; set; }
    Property Value
    Type Description
    string

    ViewScale

    Declaration
    public ViewScale? ViewScale { get; set; }
    Property Value
    Type Description
    ViewScale

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara