Search
Button.Font Property
See Also
 





Gets or sets the font of the button text.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A Font object.

 See Also