New to Telerik UI for .NET MAUIStart a free 30-day trial

Definition

Namespace:Telerik.Maui.Border

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class BorderViewGroup : FrameLayout, ICrossPlatformLayoutBacking

Inheritance: objectBorderViewGroup

Derived Classes: EffectsViewGroup

Implements: ICrossPlatformLayoutBacking

Constructors

C#
public BorderViewGroup(Context context)
Parameters:contextContext

Properties

C#
public BorderDrawable BorderDrawable { get; set; }

CrossPlatformLayout

ICrossPlatformLayout

C#
public ICrossPlatformLayout CrossPlatformLayout { get; set; }

Methods

C#
protected override void DispatchDraw(Canvas canvas)
Parameters:canvasCanvas
C#
protected virtual void OnBorderDrawableChanged()
C#
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters:changedboolleftinttopintrightintbottomint
C#
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters:widthMeasureSpecintheightMeasureSpecint

Extension Methods