FontScheme Class

Represents a font scheme that contains a Font and a TextAngle

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class FontScheme : IComponent, IDisposable
Inheritance
Object    FontScheme
Implements
IComponent, IDisposable

Remarks

When applied to a control using the ControlBase.FontScheme property, the control's Font and TextAngle changes according to the values of this FontScheme

Constructors

FontSchemeInitializes a new instance of the FontScheme class.

Properties

FontGets or sets the value determining the FontScheme's font
Site 
TextAngleGets or sets the value determining the FontScheme's text angle

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

Operators

See Also