Search
LinkLabel.MaxWidth Property
See Also
 





Gets or sets the maximum width of the label.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MaxWidth { get; set; }

Visual Basic  Copy Code

Public Property MaxWidth As Single

 Property Value

A float value.

 See Also