DynamicDisplay Property
Gets or sets a value that indicates whether the label is forced to be drawn even when there is no room. False means labels are always drawn.
Syntax
'Declaration Public Property DynamicDisplay As Boolean
'Usage Dim instance As SmartLabel Dim value As Boolean instance.DynamicDisplay = value value = instance.DynamicDisplay
public bool DynamicDisplay {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also