ClassNonVirtualizedItemsControlItemContainer
Represents an item container for the NonVirtualizedItemsControl.
Definition
Namespace:Telerik.Maui.Controls.DataControls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class NonVirtualizedItemsControlItemContainer : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderNonVirtualizedItemsControlItemContainer
Derived Classes:
Implements:
Inherited Members
Constructors
NonVirtualizedItemsControlItemContainer()
Declaration
public NonVirtualizedItemsControlItemContainer()
Fields
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
BindableProperty
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
BindableProperty
Properties
HorizontalTextAlignment
Gets or sets the horizontal text alignment for the item container.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
TextColor
Gets or sets the text Color for the item container.
Declaration
public Color TextColor { get; set; }
Property Value
Color
TextMargin
Gets or sets the text margin for the item container.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Thickness
VerticalTextAlignment
Gets or sets the vertical text alignment for the item container.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment
Methods
OnPropertyChanged(string)
Called when a property value changes.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
The name of the property that changed.