Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.26 KB

Access.OptionButton.GridlineTint.md

File metadata and controls

37 lines (21 loc) · 1.26 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OptionButton.GridlineTint property (Access)
vbaac10.chm14636
vbaac10.chm14636
Access.OptionButton.GridlineTint
83b2b75b-7c9d-0e6c-1015-eeead18cb20b
02/14/2019
medium

OptionButton.GridlineTint property (Access)

Gets or sets the tint applied to the theme color in the GridlineColor property of the specified object. Read/write Single.

Syntax

expression.GridlineTint

expression A variable that represents an OptionButton object.

Remarks

The GridlineTint property contains a numeric expression that can be used to lighten the theme color in the GridlineColor property. The default value of the GridlineTint property is 100, which is neutral, and does not change the theme color.

To lighten the color, first determine the percentage by which to lighten from 1 to 100, and then subtract that value as a whole number from 100 and use the remainder. For example, to lighten the theme color tint by 75%, subtract 75 from 100 and use the remainder, which is 25.

This property is not surfaced in the property sheet.

[!includeSupport and feedback]