skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TabViewHeaderItem

Represents a header item in a tab view control that displays the tab's title and visual state.

Inheritance
System.Object
RadContentView
TabViewContentBase
TabViewHeaderItem
Inherited Members
TabViewContentBase.BackgroundColorProperty
TabViewContentBase.BorderColorProperty
TabViewContentBase.BorderThicknessProperty
TabViewContentBase.CornerRadiusProperty
TabViewContentBase.ContentPaddingProperty
TabViewContentBase.BackgroundColor
TabViewContentBase.BorderColor
TabViewContentBase.BorderThickness
TabViewContentBase.CornerRadius
TabViewContentBase.ContentPadding
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnBindingContextChanged()
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class TabViewHeaderItem : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

TabViewHeaderItem()

Initializes a new instance of the TabViewHeaderItem class.

Declaration
public TabViewHeaderItem()

Fields

FontAttributesProperty

Identifies the FontAttributes property.

Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImageAspectProperty

Identifies the ImageAspect property.

Declaration
public static readonly BindableProperty ImageAspectProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImageHeightProperty

Identifies the ImageHeight property.

Declaration
public static readonly BindableProperty ImageHeightProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImagePositionProperty

Identifies the ImagePosition property.

Declaration
public static readonly BindableProperty ImagePositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImageSourceProperty

Identifies the ImageSource property.

Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImageSpacingProperty

Identifies the ImageSpacing property.

Declaration
public static readonly BindableProperty ImageSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ImageWidthProperty

Identifies the ImageWidth property.

Declaration
public static readonly BindableProperty ImageWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IsSelectedProperty

Identifies the IsSelected property.

Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PositionProperty

Identifies the Position property.

Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TextDecorationsProperty

Identifies the TextDecorations property.

Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TextProperty

Identifies the Text property.

Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

FontAttributes

Gets or sets the font attributes of the text in the header item. For more information see the FontAttributes enumerated type.

Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes

FontFamily

Gets or sets the font family of the text in the header item.

Declaration
public string FontFamily { get; set; }
Property Value
System.String

FontSize

Gets or sets the font size of the text in the header item.

Declaration
public double FontSize { get; set; }
Property Value
System.Double

HorizontalTextAlignment

Gets or sets the horizontal alignment of the text in the header item. For more information see the Microsoft.Maui.TextAlignment enumerated type.

Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment

ImageAspect

Gets or sets the aspect of the image in the header item. For more information see the Microsoft.Maui.Aspect enumerated type.

Declaration
public Aspect ImageAspect { get; set; }
Property Value
Microsoft.Maui.Aspect

ImageHeight

Gets or sets the desired height of the image in the header item. When set explicitly, this property can be used to resize the image.

Declaration
public double ImageHeight { get; set; }
Property Value
System.Double

ImagePosition

Gets or sets the relative position of the image in respect to the text in the header item. For more information see the TabViewHeaderPosition enumerated type.

Declaration
public TabViewHeaderPosition ImagePosition { get; set; }
Property Value
TabViewHeaderPosition

ImageSource

Gets or sets the ImageSource of the Microsoft.Maui.Controls.Image to be displayed in the header item.

Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource

ImageSpacing

Gets or sets the spacing in pixels between the image and the text in the header item.

Declaration
public double ImageSpacing { get; set; }
Property Value
System.Double

ImageWidth

Gets or sets the desired width of the image in the header item. When set explicitly, this property can be used to resize the image.

Declaration
public double ImageWidth { get; set; }
Property Value
System.Double

IsSelected

Gets or sets a value indicating whether the current header item is selected.

Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean

Position

Gets the relative position of the header item in respect to the content area. This property is used to apply some styling adjustments of the header item according to its relative position to the content area. For more information see the TabViewHeaderPosition enumerated type.

Declaration
public TabViewHeaderPosition Position { get; }
Property Value
TabViewHeaderPosition

Text

Gets or sets the text to be displayed in the header item.

Declaration
public string Text { get; set; }
Property Value
System.String

TextColor

Gets or sets the color of the text in the header item.

Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color

TextDecorations

Gets or sets the decorations of the text in the header item. For more information see the TextDecorations enumerated type.

Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.Maui.TextDecorations

VerticalTextAlignment

Gets or sets the vertical alignment of the text in the header item. For more information see the Microsoft.Maui.TextAlignment enumerated type.

Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment

Methods

ChangeVisualState()

Updates the visual state of the header item based on its current properties.

Declaration
protected override void ChangeVisualState()

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.