Table of Contents

Interface IHasColor

Namespace
Myra.MML
Assembly
Myra.dll

Represents an object that has a color property.

public interface IHasColor

Properties

Color

Gets the color of the object.

Color Color { get; }

Property Value

Color