FormAnimateControl.border Method

Definition

Overloads

border()

Gets or sets the style of the borderline of the control.

border(Int32)

border()

Gets or sets the style of the borderline of the control.

public:
 virtual int border();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int border ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member border : unit -> int
override this.border : unit -> int
Public Overridable Function border () As Integer

Returns

An integer between zero and four, inclusive.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The integer that is returned contains the style of the borderline of the control as follows:

Value. Description.
0 Auto.
1 3D.
2 Single line.
3 Flat.
4 None.

Applies to

border(Int32)

public:
 virtual int border(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int border (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member border : int -> int
override this.border : int -> int
Public Overridable Function border (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to