Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.41 KB

Access.NavigationButton.SoftEdges.md

File metadata and controls

49 lines (31 loc) · 1.41 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NavigationButton.SoftEdges property (Access)
vbaac10.chm14639
vbaac10.chm14639
Access.NavigationButton.SoftEdges
ab52bf67-7ea2-e23e-d4a5-264bb153ee0d
03/05/2019
medium

NavigationButton.SoftEdges property (Access)

Gets or sets the soft edges effect applied to the specified object. Read/write Long.

Syntax

expression.Soft Edges

expression A variable that represents a NavigationButton object.

Remarks

The SoftEdges property uses one of the values listed in the following table.

Value Effect
0 (Default) No Soft Edges
1 1 Point
2 2.5 Points
3 5 Points
4 10 Points
5 25 Points
6 50 Points

To see the available soft edges effects and apply soft edges through the user interface, first open the form or report in Layout view or Design view by right-clicking the form or report in the navigation pane, and then choosing the view that you want.

Next, choose the object to which you want to apply a soft edges effect. On the Format tab, in the Control Formatting group, choose Shape Effects > Soft Edges, and then choose a soft edges effect. Notice that the soft edges effects are indexed from top to bottom.

This property is not surfaced in the property sheet.

[!includeSupport and feedback]