Class RadBorder
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadBorder : RadContentView
Constructors
RadBorder()
Declaration
public RadBorder()
Fields
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Xamarin.Forms.Thickness
|
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
|