Skip to content

Commit b6e0c5b

Browse files
committed
add visual structure to segment
1 parent 6d4b937 commit b6e0c5b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Visual Structure
3+
page_title: .NET MAUI SegmentedControl Documentation - Visual Structure
4+
description: The Visual structure of the Telerik SegmentedControl for .NET MAUI control.
5+
slug: tabview-visual-structure
6+
tags: tabview, header, content, items, visualization
7+
position: 1
8+
---
9+
10+
# .NET MAUI SegmentedControl Visual Structure
11+
12+
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.
13+
14+
15+
The following image shows the anatomy of the SegmentedControl.
16+
17+
![.NET MAUI SegmentedControl Visual Structure](images/segmentedcontrol-visual-structure.png "Visual elements of SegmentedControl control")
18+
19+
## Displayed Elements
20+
21+
- **Segment**—Represents a segment in the SegmentedControl.
22+
- **Selected Segment**—Represents the selection in the SegmentedControl when selecting a segment.
23+
- **Disabled Segment**—Represents a disabled segment in the SegmentedControl.
24+
25+
## See Also
26+
27+
- [Getting Started with .NET MAUI SegmentedControl]({%slug segmentedcontrol-getting-started%})
28+
- [Selection]({%slug segmentedcontrol-selection%})
29+
- [Disabled Segments]({%slug segmentedcontrol-disable-segment%})

0 commit comments

Comments
 (0)