ColorFormat.TintAndShade Property

Definition

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.

Applies to