Class TabViewHeaderItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TabViewHeaderItem : TabViewContentBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
TabViewHeaderItem()
Fields
FontAttributesProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.
|
FontFamilyProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
ImageAspectProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageAspectProperty
Field Value
Microsoft.
|
ImageHeightProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageHeightProperty
Field Value
Microsoft.
|
ImagePositionProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImagePositionProperty
Field Value
Microsoft.
|
ImageSourceProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.
|
ImageSpacingProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSpacingProperty
Field Value
Microsoft.
|
ImageWidthProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageWidthProperty
Field Value
Microsoft.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextDecorationsProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
FontAttributes
Gets or sets the font attributes of the text in the header item.
For more information see the Font
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the text in the header item.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size of the text in the header item.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text in the header item.
For more information see the Microsoft.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
ImageAspect
Gets or sets the aspect of the image in the header item.
For more information see the Microsoft.
Declaration
public Aspect ImageAspect { get; set; }
Property Value
Microsoft.
|
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.
|
ImagePosition
Gets or sets the relative position of the image in respect to the text in the header item.
For more information see the Tab
Declaration
public TabViewHeaderPosition ImagePosition { get; set; }
Property Value
ImageSource
Gets or sets the Image
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
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.
|
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.
|
IsSelected
Gets or sets a value indicating whether the current header item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
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 Tab
Declaration
public TabViewHeaderPosition Position { get; }
Property Value
Text
Gets or sets the text to be displayed in the header item.
Declaration
public string Text { get; set; }
Property Value
System.
|
TextColor
Gets or sets the color of the text in the header item.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextDecorations
Gets or sets the decorations of the text in the header item.
For more information see the Text
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets the vertical alignment of the text in the header item.
For more information see the Microsoft.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()