Class TabViewHeaderItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TabViewHeaderItem : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
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()
Declaration
protected override void ChangeVisualState()