Share via


FormGroupControl.labelFontSize Method

Definition

Overloads

labelFontSize(Int32)
labelFontSize()

Sets or returns the font size of the label text for a form group control.

labelFontSize(Int32)

public:
 virtual int labelFontSize(int _value);
public virtual int labelFontSize (int _value);
abstract member labelFontSize : int -> int
override this.labelFontSize : int -> int
Public Overridable Function labelFontSize (_value As Integer) As Integer

Parameters

_value
Int32

An integer value that specifies the font size of the label text; optional.

Returns

Applies to

labelFontSize()

Sets or returns the font size of the label text for a form group control.

public:
 virtual int labelFontSize();
public virtual int labelFontSize ();
abstract member labelFontSize : unit -> int
override this.labelFontSize : unit -> int
Public Overridable Function labelFontSize () As Integer

Returns

An integer value that specifies the font size of the label text.

Applies to