ToolTipsFactory

Object Model - Enumerations - GradientShapeOverride


Specifies the different shapes - or falloff-curves - available to render linear color gradients.

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

Description

This enumeration is identical to the GradientShape-enumeration, except that it provides one more member: The value "OverrideOff" is used to reset an already set override-value for a property. This option is usually offered by the dropdown-lists in the property-grid for the Override-object exposed by the extended properties (please see "Provided properties" and "Layout Override-Designer" for more details).

Setting GradientShape=GradientShapeOverride.OverrideOff for a specific layout element, tells the tooltip component to use the default GradientShape defined for that layout element at the component-level, and to not change it for the specific control, while any other value would cause the component to render the tooltip for the specific control with the GradientShape assigned to the specific layout element override.