Edit

Share via


_Category.CategoryGradientBottomColor Property

Definition

Returns an OLE_COLOR value that represents the bottom gradient color of the color swatch displayed for a Category object. Read-only.

public:
 property System::UInt32 CategoryGradientBottomColor { System::UInt32 get(); };
public uint CategoryGradientBottomColor { get; }
Public ReadOnly Property CategoryGradientBottomColor As UInteger

Property Value

Remarks

Setting the Color property of the Category object to an OlCategoryColor constant changes the value of this property, as well as the value of the CategoryGradientTopColor and CategoryBorderColor properties.

This color should be used to display a gradient-shaded color swatch for the Category object.

Applies to