Class RadAccordion
Inheritance
System.Object
RadAccordion
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadAccordion : Layout<AccordionItem>
Constructors
RadAccordion()
Declaration
public RadAccordion()
Fields
AnimationDurationProperty
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
AnimationEasingProperty
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Xamarin.Forms.BindableProperty
|
CanCollapseAllItemsProperty
Declaration
public static readonly BindableProperty CanCollapseAllItemsProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
SpacingProperty
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AnimationDuration
Declaration
public int AnimationDuration { get; set; }
Property Value
System.Int32
|
AnimationEasing
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Xamarin.Forms.Easing
|
CanCollapseAllItems
Declaration
public bool CanCollapseAllItems { get; set; }
Property Value
System.Boolean
|
IsAnimationEnabled
Declaration
public bool IsAnimationEnabled { get; set; }
Property Value
System.Boolean
|
Spacing
Declaration
public double Spacing { get; set; }
Property Value
System.Double
|
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
|
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element child)
Parameters
Xamarin.Forms.Element
child
|
OnChildRemoved(Element)
Declaration
protected override void OnChildRemoved(Element child)
Parameters
Xamarin.Forms.Element
child
|
OnMeasure(Double, Double)
Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Xamarin.Forms.SizeRequest
|