ColorFormat.TintAndShade Property

Definition

Returns or sets a value that represents the lightening or darkening of a specified shape's color.

public:
 property float TintAndShade { float get(); void set(float value); };
public float TintAndShade { get; set; }
member this.TintAndShade : single with 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