Skip to content

Commit 3c6e33d

Browse files
author
Iaan D'Souza-Wiltshire
committed
update link errors
1 parent 26a0bb0 commit 3c6e33d

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

powerapps-docs/maker/canvas-apps/geospatial-component-input-address.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -67,85 +67,85 @@ Country set | Comma separate list of countries to constrain the address suggesti
6767

6868
### Additional properties
6969

70-
**[Default](properties-core.md)** – The initial value of a control before it is changed by the user.
70+
**[Default](./controls/properties-core.md)** – The initial value of a control before it is changed by the user.
7171

72-
**[Text](properties-core.md)** – Text that appears on a control or that the user types into a control.
72+
**[Text](./controls/properties-core.md)** – Text that appears on a control or that the user types into a control.
7373

74-
**[BorderColor](properties-color-border.md)** – The color of a control's border.
74+
**[BorderColor](./controls/properties-color-border.md)** – The color of a control's border.
7575

7676
**BorderRadius** – The radius of a control's border.
7777

78-
**[BorderStyle](properties-color-border.md)** – Whether a control's border is **Solid**, **Dashed**, **Dotted**, or **None**.
78+
**[BorderStyle](./controls/properties-color-border.md)** – Whether a control's border is **Solid**, **Dashed**, **Dotted**, or **None**.
7979

80-
**[BorderThickness](properties-color-border.md)** – The thickness of a control's border.
80+
**[BorderThickness](./controls/properties-color-border.md)** – The thickness of a control's border.
8181

82-
**[Color](properties-color-border.md)** – The color of text in a control.
82+
**[Color](./controls/properties-color-border.md)** – The color of text in a control.
8383

84-
**[DisplayMode](properties-core.md)** – Whether the control allows user input (**Edit**), only displays data (**View**), or is disabled (**Disabled**).
84+
**[DisplayMode](./controls/properties-core.md)** – Whether the control allows user input (**Edit**), only displays data (**View**), or is disabled (**Disabled**).
8585

86-
**[DisabledBorderColor](properties-color-border.md)** – The color of a control's border if the control's **[DisplayMode](properties-core.md)** property is set to **Disabled**.
86+
**[DisabledBorderColor](./controls/properties-color-border.md)** – The color of a control's border if the control's **[DisplayMode](./controls/properties-core.md)** property is set to **Disabled**.
8787

88-
**[DisabledColor](properties-color-border.md)** – The color of text in a control if its **[DisplayMode](properties-core.md)** property is set to **Disabled**.
88+
**[DisabledColor](./controls/properties-color-border.md)** – The color of text in a control if its **[DisplayMode](./controls/properties-core.md)** property is set to **Disabled**.
8989

90-
**[DisabledFill](properties-color-border.md)** – The background color of a control if its **[DisplayMode](properties-core.md)** property is set to **Disabled**.
90+
**[DisabledFill](./controls/properties-color-border.md)** – The background color of a control if its **[DisplayMode](./controls/properties-core.md)** property is set to **Disabled**.
9191

92-
**[Fill](properties-color-border.md)** – The background color of a control.
92+
**[Fill](./controls/properties-color-border.md)** – The background color of a control.
9393

94-
**[FocusedBorderColor](properties-color-border.md)** – The color of a control's border when the control is focused.
94+
**[FocusedBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the control is focused.
9595

96-
**[FocusedBorderThickness](properties-color-border.md)** – The thickness of a control's border when the control is focused.
96+
**[FocusedBorderThickness](./controls/properties-color-border.md)** – The thickness of a control's border when the control is focused.
9797

98-
**[Font](properties-text.md)** – The name of the family of fonts in which text appears.
98+
**[Font](./controls/properties-text.md)** – The name of the family of fonts in which text appears.
9999

100-
**[FontWeight](properties-text.md)** – The weight of the text in a control: **Bold**, **Semibold**, **Normal**, or **Lighter**.
100+
**[FontWeight](./controls/properties-text.md)** – The weight of the text in a control: **Bold**, **Semibold**, **Normal**, or **Lighter**.
101101

102-
**[Height](properties-size-___location.md)** – The distance between a control's top and bottom edges.
102+
**[Height](./controls/properties-size-___location.md)** – The distance between a control's top and bottom edges.
103103

104104
**HintText** – Light-grey text that appears in an input-text control if it's empty.
105105

106-
**[HoverBorderColor](properties-color-border.md)** – The color of a control's border when the user keeps the mouse pointer on that control.
106+
**[HoverBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the user keeps the mouse pointer on that control.
107107

108-
**[HoverColor](properties-color-border.md)** – The color of the text in a control when the user keeps the mouse pointer on it.
108+
**[HoverColor](./controls/properties-color-border.md)** – The color of the text in a control when the user keeps the mouse pointer on it.
109109

110-
**[HoverFill](properties-color-border.md)** – The background color of a control when the user keeps the mouse pointer on it.
110+
**[HoverFill](./controls/properties-color-border.md)** – The background color of a control when the user keeps the mouse pointer on it.
111111

112-
**[Italic](properties-text.md)** – Whether the text in a control is italic.
112+
**[Italic](./controls/properties-text.md)** – Whether the text in a control is italic.
113113

114-
**[LineHeight](properties-text.md)** – The distance between, for example, lines of text or items in a list.
114+
**[LineHeight](./controls/properties-text.md)** – The distance between, for example, lines of text or items in a list.
115115

116-
**[OnChange](properties-core.md)** – How the app responds when the user changes the value of a control (for example, by adjusting a slider).
116+
**[OnChange](./controls/properties-core.md)** – How the app responds when the user changes the value of a control (for example, by adjusting a slider).
117117

118-
**[PaddingBottom](properties-size-___location.md)** – The distance between text in a control and the bottom edge of that control.
118+
**[PaddingBottom](./controls/properties-size-___location.md)** – The distance between text in a control and the bottom edge of that control.
119119

120-
**[PaddingLeft](properties-size-___location.md)** – The distance between text in a control and the left edge of that control.
120+
**[PaddingLeft](./controls/properties-size-___location.md)** – The distance between text in a control and the left edge of that control.
121121

122-
**[PaddingRight](properties-size-___location.md)** – The distance between text in a control and the right edge of that control.
122+
**[PaddingRight](./controls/properties-size-___location.md)** – The distance between text in a control and the right edge of that control.
123123

124-
**[PaddingTop](properties-size-___location.md)** – The distance between text in a control and the top edge of that control.
124+
**[PaddingTop](./controls/properties-size-___location.md)** – The distance between text in a control and the top edge of that control.
125125

126-
**[PressedBorderColor](properties-color-border.md)** – The color of a control's border when the user taps or clicks that control.
126+
**[PressedBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the user taps or clicks that control.
127127

128-
**[PressedColor](properties-color-border.md)** – The color of text in a control when the user taps or clicks that control.
128+
**[PressedColor](./controls/properties-color-border.md)** – The color of text in a control when the user taps or clicks that control.
129129

130-
**[PressedFill](properties-color-border.md)** – The background color of a control when the user taps or clicks that control.
130+
**[PressedFill](./controls/properties-color-border.md)** – The background color of a control when the user taps or clicks that control.
131131

132-
**[Size](properties-text.md)** – The font size of the text that appears on a control.
132+
**[Size](./controls/properties-text.md)** – The font size of the text that appears on a control.
133133

134-
**[Strikethrough](properties-text.md)** – Whether a line appears through the text that appears on a control.
134+
**[Strikethrough](./controls/properties-text.md)** – Whether a line appears through the text that appears on a control.
135135

136-
**[TabIndex](properties-accessibility.md)** – Keyboard navigation order in relation to other controls.
136+
**[TabIndex](./controls/properties-accessibility.md)** – Keyboard navigation order in relation to other controls.
137137

138-
**[Tooltip](properties-core.md)** – Explanatory text that appears when the user hovers over a control.
138+
**[Tooltip](./controls/properties-core.md)** – Explanatory text that appears when the user hovers over a control.
139139

140-
**[Underline](properties-text.md)** – Whether a line appears under the text that appears on a control.
140+
**[Underline](./controls/properties-text.md)** – Whether a line appears under the text that appears on a control.
141141

142-
**[Visible](properties-core.md)** – Whether a control appears or is hidden.
142+
**[Visible](./controls/properties-core.md)** – Whether a control appears or is hidden.
143143

144-
**[Width](properties-size-___location.md)** – The distance between a control's left and right edges.
144+
**[Width](./controls/properties-size-___location.md)** – The distance between a control's left and right edges.
145145

146-
**[X](properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
146+
**[X](./controls/properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
147147

148-
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
148+
**[Y](./controls/properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
149149

150150
## Other geospatial components
151151

0 commit comments

Comments
 (0)