Table of Contents

Interface IAppearance<TCopyable>

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

A common interface for objects with properties that describe a control's appearance.

public interface IAppearance<TCopyable> : INotifyPropertyChanged, ICopyable<TCopyable> where TCopyable : ICopyable<TCopyable>, new()

Type Parameters

TCopyable

The type to be used for the CopyFrom(T) method.

Inherited Members