StyleProperties Methods TIBCO Spotfire 7.6 API Reference

The StyleProperties type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToInlineCss
Creates a string containing the CSS corrsponding to the current property values.
Top
Extension Methods

  Name Description
Public Extension Method CreateFont
Creates a font from current settings.
(Defined by DrawingStyleExtensions.)
Public Extension Method GetEffectiveBackgroundColor
Gets a suitable color to use for painting the background. Use this to render the background of an element that does not support transparency. This method is typically only relevant for Forms based implementations of views for CustomVisuals etc. If your view is based on HTML and Javascript (that is, derived from CustomVisualView) you can just leave your background transparent to use the theme color of the page.
(Defined by DrawingStyleExtensions.)
Top
See Also

Reference