Share via


FormBuildAnimateControl.center Method

Definition

Overloads

center()
center(Boolean)

center()

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

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

center(Boolean)

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

Parameters

_value
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to