Skybound VisualTips

VisualTipOfficeRenderer Members

VisualTipOfficeRenderer overview

Public Instance Constructors

VisualTipOfficeRenderer Constructor Initializes a new instance of a VisualTipOfficeRenderer.

Public Instance Properties

BackColor Gets or sets the background color of a tip.
BackColorGradient Gets or sets color into which the background gradient blends on a tip.
BackgroundEffect Gets or sets the effect used to draw a tip background.
BorderColor Gets or sets color of the tip border.
GradientAngle Gets or sets the angle of the background gradient.
Preset Gets or sets the preset which determines the default colors used by the renderer.
RoundCorners Gets or sets whether a tip is displayed with round corners.
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 Overrides GetElementTextColor.
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 (inherited from VisualTipRenderer) When overridden in a derrived class, creates a new VisualTipLayout to represent the layout of various elements on a VisualTip.
OnCreateMaskRegion Overrides OnCreateMaskRegion.
OnDrawElement (inherited from VisualTipRenderer) When overridden, draws a single element of the specified tip.
OnDrawShadow (inherited from VisualTipRenderer) When overridden, draws a soft shadow for the specified tip. This method is called before OnDrawWindow.
OnDrawWindow Overrides OnDrawWindow.

See Also

VisualTipOfficeRenderer Class | Skybound.VisualTips.Rendering Namespace