ColorFormat.TintAndShade Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Single that lightens or darkens the color of a specified shape.
public:
property float TintAndShade { float get(); void set(float value); };
public float TintAndShade { get; set; }
Public Property TintAndShade As Single
Property Value
Remarks
You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property, 0 (zero) being neutral.