Class RadExpander
Inheritance
System.Object
RadExpander
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadExpander : Layout<View>
Constructors
RadExpander()
Declaration
public RadExpander()
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
|
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
|
HeaderLocationProperty
Declaration
public static readonly BindableProperty HeaderLocationProperty
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
|
IsAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsExpandedProperty
Declaration
public static readonly BindableProperty IsExpandedProperty
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
|
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
|
Header
HeaderLocation
Declaration
public ExpanderHeaderLocation HeaderLocation { get; set; }
Property Value
ExpanderHeaderLocation
|
HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
IsAnimationEnabled
Declaration
public bool IsAnimationEnabled { get; set; }
Property Value
System.Boolean
|
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
|