Skip to main content
Tab

ASPxCloudControl.SpacerFontSize Property

Gets or sets the spacer’s font size.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(FontUnit), "")]
public FontUnit SpacerFontSize { get; set; }

Property Value

Type Default Description
FontUnit String.Empty

A FontUnit structure that specifies the spacer’s font size.

See Also