InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / FontSubSet.LigatureAttach Class / ComponentAnchors Property

In This Topic
    ComponentAnchors Property (FontSubSet.LigatureAttach)
    In This Topic
    Stores the component records in the same order as the components in the ligature, defines all the attachment points ordered by class.
    Syntax
    'Declaration
     
    Public ReadOnly Property ComponentAnchors As FontSubSet.AnchorTable()
    public FontSubSet.AnchorTable[] ComponentAnchors {get;}
    See Also