Table of Contents

Method SetBorderWidth

Namespace
Alternet.Editor
Assembly
Alternet.Editor.MAUI.v10.dll

SetBorderWidth(double, double, double, double)

Sets the border width using the specified values for each side.

public virtual void SetBorderWidth(double left, double top, double right, double bottom)

Parameters

left double

The width of the left border.

top double

The width of the top border.

right double

The width of the right border.

bottom double

The width of the bottom border.