Skybound VisualTips

VisualTipOfficePreset Class

Represents a set of default colors used by a VisualTipOfficeRenderer.

For a list of all members of this type, see VisualTipOfficePreset Members.

System.Object
   Skybound.VisualTips.Rendering.VisualTipOfficePreset

[Visual Basic]
Public Class VisualTipOfficePreset
[C#]
public class VisualTipOfficePreset

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Each property of this class is a VisualTipOfficePreset that represents a default set of colors used to draw a VisualTip using the Office style.

To use a VisualTipOfficePreset, assign it to the Preset property of a VisualTipOfficeRenderer. Once it has been assigned, the default values of the various Color properties in the VisualTipOfficeRenderer will be changed to the colors defined by the preset. If you change the value of a VisualTipOfficeRenderer color property after assigning a preset, the original preset remains unchanged.

Requirements

Namespace: Skybound.VisualTips.Rendering

Assembly: Skybound.VisualTips (in Skybound.VisualTips.dll)

See Also

VisualTipOfficePreset Members | Skybound.VisualTips.Rendering Namespace