Click or drag to resize

IAppearanceObject Interface

Represents an appearance object

Namespace:  EBP.Api.Interfaces.Form
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IAppearanceObject : IDisposable, 
	IEquatable<IProxy>

The IAppearanceObject type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
Gets or sets the background color
Public propertyBackColor2
Gets or sets the end color of the background's gradient brush
Public propertyFont
Gets or sets the font used to paint the text
Public propertyForeColor
Gets or sets the foreground color
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also