RenderHelper.GetFontStyle(WebControl) Method
In This Article
Retrieves the font style used by a particular control.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public static FontStyle GetFontStyle(
WebControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Web |
A Web |
#Returns
Type | Description |
---|---|
Font |
A Font |
#Remarks
Generally, you do not need to use this method.
See Also