Share via


FormBuildWindowControl.labelAlignment Method

Definition

Overloads

labelAlignment()
labelAlignment(Int32)

labelAlignment()

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

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

labelAlignment(Int32)

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

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to