Class AccordionItem
Inheritance
System.Object
AccordionItem
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class AccordionItem : Layout<View>
Constructors
AccordionItem()
Declaration
public AccordionItem()
Fields
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
ContentProperty
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderProperty
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderTextProperty
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsExpandedProperty
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
Content
Declaration
public object Content { get; set; }
Property Value
System.Object
|
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Xamarin.Forms.Thickness
|
Header
HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Methods
LayoutChildren(Double, Double, Double, Double)
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
System.Double
x
|
System.Double
y
|
System.Double
width
|
System.Double
height
|
OnMeasure(Double, Double)
Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Xamarin.Forms.SizeRequest
|