Search
Label3D.Font Property
See Also
 






Gets or sets the label's font.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A Microsoft.Maui.Font instance.

 See Also