FormGroupControl.labelFontSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.