Skybound VisualTips

VisualTipOfficeBackgroundEffect Enumeration

Specifies the style in which a visual tip is drawn by VisualTipOfficeRenderer.

[Visual Basic]
Public Enum VisualTipOfficeBackgroundEffect
[C#]
public enum VisualTipOfficeBackgroundEffect

Members

Member Name Description
Gradient The background of a tip is drawn using a simple gradient.
Glass The background of a tip is drawn using a "glass" effect by reversing the gradient colors, and drawing a subtle glare across the top.

Requirements

Namespace: Skybound.VisualTips.Rendering

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

See Also

Skybound.VisualTips.Rendering Namespace