Class ExpandCollapseIndicator
Inheritance
System.Object
ExpandCollapseIndicator
Namespace: Telerik.XamarinForms.Primitives.Expander
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class ExpandCollapseIndicator : Label
Constructors
ExpandCollapseIndicator()
Declaration
public ExpandCollapseIndicator()
Fields
HeaderLocationProperty
Declaration
public static readonly BindableProperty HeaderLocationProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorAnimationDurationProperty
Declaration
public static readonly BindableProperty IndicatorAnimationDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorAnimationEasingProperty
Declaration
public static readonly BindableProperty IndicatorAnimationEasingProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorLocationProperty
Declaration
public static readonly BindableProperty IndicatorLocationProperty
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
HeaderLocation
Declaration
public ExpanderHeaderLocation HeaderLocation { get; }
Property Value
ExpanderHeaderLocation
|
IndicatorAnimationDuration
Declaration
public int IndicatorAnimationDuration { get; }
Property Value
System.Int32
|
IndicatorAnimationEasing
Declaration
public Easing IndicatorAnimationEasing { get; }
Property Value
Xamarin.Forms.Easing
|
IndicatorLocation
Declaration
public ExpandCollapseIndicatorLocation IndicatorLocation { get; }
Property Value
ExpandCollapseIndicatorLocation
|
IsAnimationEnabled
Declaration
public bool IsAnimationEnabled { get; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|