Class NonVirtualizedItemsControlItemContainer
Inherited Members
Namespace: Telerik.Maui.Controls.DataControls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NonVirtualizedItemsControlItemContainer : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
NonVirtualizedItemsControlItemContainer()
Declaration
public NonVirtualizedItemsControlItemContainer()
Fields
HorizontalTextAlignmentProperty
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextMarginProperty
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextAlignmentProperty
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
HorizontalTextAlignment
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TextMargin
Declaration
public Thickness TextMargin { get; set; }
Property Value
Microsoft.Maui.Thickness
|
VerticalTextAlignment
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|