Skybound VisualTips

VisualTipBalloonRenderer Members

VisualTipBalloonRenderer overview

Public Instance Constructors

VisualTipBalloonRenderer Constructor Initializes a new instance of a VisualTipBalloonRenderer.

Public Instance Properties

BackColor Gets or sets the background color of a tip.
BorderColor Gets or sets color of the tip border.
TextColor Gets or sets the color of the text on a tip.

Public Instance Methods

CreateLayout (inherited from VisualTipRenderer) Creates a new VisualTipLayout which defines the location of each rendering element on the tip.
CreateMaskRegion (inherited from VisualTipRenderer) Creates a new Region used as the visible window region for a tip window. A return value of null indicates that no special masking region is required by the tip.
Draw (inherited from VisualTipRenderer) Draws a VisualTip onto a surface defined by a PaintEventArgs, using the specified VisualTipLayout.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetBodyText (inherited from VisualTipRenderer) Returns the text displayed in the body of a VisualTip. When the tip is disabled, this method returns DisabledText; otherwise, it returns Text.
GetElementFont (inherited from VisualTipRenderer) Returns the Font used for the text of a given element.
GetElementTextColor (inherited from VisualTipRenderer) Returns the color of text used for a given element.
GetTitleText (inherited from VisualTipRenderer) Returns the text that will be displayed in the title area. The return value combines the title and shortcut text.
HasFooter (inherited from VisualTipRenderer) Gets whether the tip has a footer.
HasShadow (inherited from VisualTipRenderer) Returns a value to indicate whether a soft shadow is drawn for a specified VisualTip.
MeasureElement (inherited from VisualTipRenderer) Measures the size of an element.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnCreateLayout Overrides OnCreateLayout.
OnCreateMaskRegion Overrides OnCreateMaskRegion.
OnDrawElement (inherited from VisualTipRenderer) When overridden, draws a single element of the specified tip.
OnDrawShadow Overrides OnDrawShadow.
OnDrawWindow Overrides OnDrawWindow.

See Also

VisualTipBalloonRenderer Class | Skybound.VisualTips.Rendering Namespace