Skip to main content

DiagramAppearanceOptions.UseFontSize Property

Gets or sets whether to apply the font size to the item’s text.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
public bool UseFontSize { get; set; }

Property Value

Type Default Description
Boolean false

true to apply the font size; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseFontSize
DiagramAppearanceObject
.Options .UseFontSize
See Also