Class ItemView
Visual representation of an item in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ItemView()
Fields
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.
|
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.
|
HorizontalContentOptionsProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
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.
|
VerticalContentOptionsProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
ContentTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
FontAttributes
Gets or sets the font attributes of the displayed text.
For more information see the Microsoft.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the displayed text.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size in pixels of the displayed text.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalContentOptions
Gets or sets the horizontal layout options of the displayed content.
For more information see the Microsoft.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the displayed text.
For more information see the Microsoft.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
TextColor
Gets or sets the color of the displayed text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextDecorations
Gets or sets the text decorations of the displayed text.
For more information see the Microsoft.
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.
|
VerticalContentOptions
Gets or sets the vertical layout options of the displayed content.
For more information see the Microsoft.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets the vertical alignment of the displayed text.
For more information see the Microsoft.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|
Methods
ArrangeOverride(Rect)
Declaration
protected override Size ArrangeOverride(Rect layoutBounds)
Parameters
Microsoft.
|
Returns
Microsoft.
|
InvalidateMeasureOverride()
Declaration
protected override void InvalidateMeasureOverride()
MeasureOverride(Double, Double)
Declaration
protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Parameters
System.
|
System.
|
Returns
Microsoft.
|
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Overrides
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()