Class ExpanderContentView
Inheritance
System.Object
ExpanderContentView
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class ExpanderContentView : Layout<View>
Constructors
ExpanderContentView()
Declaration
public ExpanderContentView()
Properties
Content
Declaration
public View Content { get; set; }
Property Value
Xamarin.Forms.View
|
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
|