dotnetCHARTING Send comments on this topic.
AlignmentSecondary Property
See Also 
dotnetCHARTING Namespace > SmartLabel Class : AlignmentSecondary Property


Gets or sets a collection of secondary label alignment options.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AlignmentSecondary As LabelAlignmentCollection
Visual Basic (Usage)Copy Code
Dim instance As SmartLabel
Dim value As LabelAlignmentCollection
 
value = instance.AlignmentSecondary
C# 
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.

See Also

© 2021 All Rights Reserved.