-
Notifications
You must be signed in to change notification settings - Fork 13
Control Feature Template
Yordan edited this page May 13, 2024
·
1 revision
---
title: <FeatureName>
page_title: .NET MAUI <ControlName> Documentation - <FeatureName>
description: <Describe what this article is about or what the user will be able to do after reading this article. Start with an action verb (learn, explore, discover, etc). A good description is around 150 symbols long.>
position: <10>
slug: <this-is-a-slug>
---
# .NET MAUI <ControlName> <FeatureName>
<!-- Insert an introductory sentence or a paragraph. This introduction is similar to the meta description as it must answer the following questions:
What is the thing you write about?
What do you use it for?
When do you use it?
Why don't you use something else (describe the advantages of this thing)? -->
## <!-- Heading 1 (use action verbs and describe the goal or process) -->
<!-- Articles about the specific features of a control usually describe the different ways to configure or use the specific feature, for example:
- If the feature is Selection, the headings are related to the configuration of the specific aspects of the Selection feature ("## Setting the Current Date Selection", "## Clearing the Selection through UI", "## Clearing the Selection Programmatically").
- If the feature is the different Picker Modes, the headings are dedicated to specific modes ("## Popup Picker Mode", "## Drop-Down Picker Mode", "## Arrow Button Picker Mode").
- Using action verbs in the headings improves their quality as this turns them into CTA.
- A good heading describes the end goal or the process and not the instrument needed to achieve that goal. For example, ## Setting the Current Date Selection" is a better heading than "Date property".
- When adding examples, make sure that you add one example for each section of the document. Avoid adding a single complex example at the end of the document that tries to demonstrate the different configurations described in each section.
-->
## <!-- Heading 2 (use action verbs and describe the goal or process) -->
## <!-- Heading 3 (use action verbs and describe the goal or process) -->
## See Also
<!-- Insert between three and six links other features provided by the control. -->
* [<FeatureName>]({% slug <this-is-a-slug> %})
* [<FeatureName>]({% slug <this-is-a-slug> %})
* [<FeatureName>]({% slug <this-is-a-slug> %})