ComponentOne CalendarView for WinForms
C1.Win.C1Input.Design Namespace / C1TextBoxDesigner Class / SnapLines Property

In This Topic
    SnapLines Property
    In This Topic
    Gets a list of System.Windows.Forms.Design.Behavior.SnapLine objects representing significant alignment points for this control.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property SnapLines As IList
    public override IList SnapLines {get;}

    Property Value

    A list of System.Windows.Forms.Design.Behavior.SnapLine objects representing significant alignment points for this control.
    See Also