Table of Contents

Interface IHasColor

Namespace
LinqToOneNote.Abstractions
Assembly
LinqToOneNote.dll

Represents an OneNote hierarchy item that has a color.

public interface IHasColor : IOneNoteItem, INavigable
Inherited Members
Extension Methods

Properties

Color

The color of the notebook.

Color? Color { get; }

Property Value

Color?

See Also