AlignmentSecondary Property
Gets or sets a collection of secondary label alignment options.
Syntax
'Declaration Public ReadOnly Property AlignmentSecondary As LabelAlignmentCollection
'Usage Dim instance As SmartLabel Dim value As LabelAlignmentCollection value = instance.AlignmentSecondary
public LabelAlignmentCollection AlignmentSecondary {get;}
Remarks
When the primary Alignment option does not permit the room necessary to draw this label, the alignment options in this collection are iterated to find one that fits.
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