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
public NonVirtualizedItemsControlItemContainer()
Fields
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextMarginProperty
BindableProperty
Identifies the TextMargin property.
public static readonly BindableProperty TextMarginProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
HorizontalTextAlignment
TextAlignment
Gets or sets the horizontal text alignment for the item container.
public TextAlignment HorizontalTextAlignment { get; set; }
TextColor
Color
Gets or sets the text Color for the item container.
public Color TextColor { get; set; }
TextMargin
Thickness
Gets or sets the text margin for the item container.
public Thickness TextMargin { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets the vertical text alignment for the item container.
public TextAlignment VerticalTextAlignment { get; set; }
Methods
Called when a property value changes.
protected override void OnPropertyChanged(string propertyName = null)
The name of the property that changed.