Skip to content

Didi/update segment images #1187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/segmentedcontrol/disable-segment.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can disable any segment with `SetSegmentEnabled` method:

The following image shows the end result.

![.NET MAUI SegmentedControl disable segment](images/segmentcontrol-features-disablesegment-0.png)
![.NET MAUI SegmentedControl disable segment](images/segmentcontrol-disablesegment.png)

## See Also

Expand Down
2 changes: 1 addition & 1 deletion controls/segmentedcontrol/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide provides the information you need to start using the Telerik UI for .

At the end, you will achieve the following result.

![.NET MAUI SegmentedControl Getting Started](images/segmentcontrol-gettingstarted.png)
![.NET MAUI SegmentedControl Getting Started](images/segmentcontrol-getting-started.png)
## Prerequisites

Before adding the SegmentedControl, you need to:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion controls/segmentedcontrol/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slug: segmentedcontrol-overview

The Telerik UI for .NET MAUI SegmentedControl allows you to display a list of horizontally aligned, mutually exclusive options, which can be selected by the user. Each option is a button that can display text or an image.

![.NET MAUI SegmentedControl Overview](images/segmentcontrol-overview-0.png)
![.NET MAUI SegmentedControl Overview](images/segmentcontrol-overview.png)

## Key Features of the .NET MAUI SegmentedControl

Expand Down
2 changes: 1 addition & 1 deletion controls/segmentedcontrol/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following example demonstrates how to use the selection feature of Segmented

The image below shows the end result on different platforms:

![.NET MAUI SegmentedControl selection](images/segmentcontrol-features-selection-0.png)
![.NET MAUI SegmentedControl selection](images/segmentcontrol-selection.png)

## See Also

Expand Down
2 changes: 1 addition & 1 deletion controls/segmentedcontrol/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following example shows how to set the different segment colors.

The following image shows the end result.

![.NET MAUI SegmentedControl colors customization](images/segmentcontrol-features-customizecolors-0.png)
![.NET MAUI SegmentedControl colors customization](images/segmentcontrol-styling.png)

## See Also

Expand Down
28 changes: 28 additions & 0 deletions controls/segmentedcontrol/visual-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Visual Structure
page_title: .NET MAUI SegmentedControl Documentation - Visual Structure
description: Learn what visual elements are displayed by the Telerik UI for .NET MAUI SegmentedControl, and see how these elements build the visual structure of the control.
slug: segment-visual-structure
tags: segment, header, content, items, visualization
position: 1
---

# .NET MAUI SegmentedControl Visual Structure

The visual structure of the .NET MAUI SegmentedControl represents the anatomy of the UI control. Being familiar with the visual elements of the SegmentedControl allows you to quickly find the information required to configure them.

The following image shows the anatomy of the SegmentedControl.

![.NET MAUI SegmentedControl Visual Structure](images/segmentedcontrol-visual-structure.png "Visual elements of SegmentedControl control")

## Displayed Elements

- **Segment**—Represents a segment in the SegmentedControl.
- **Selected Segment**—Represents the selection in the SegmentedControl when selecting a segment.
- **Disabled Segment**—Represents a disabled segment in the SegmentedControl.

## See Also

- [Getting Started with .NET MAUI SegmentedControl]({%slug segmentedcontrol-getting-started%})
- [Selection]({%slug segmentedcontrol-selection%})
- [Disabled Segments]({%slug segmentedcontrol-disable-segment%})
Loading