ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Framework Namespace / TreePanel Class / LevelOffset Property

In This Topic
    LevelOffset Property
    In This Topic
    Gets or sets the offset value for a tree row.
    Syntax
    'Declaration
     
    Public Property LevelOffset As System.Integer
    public System.int LevelOffset {get; set;}
    Remarks
    Used in the TreeRow.Level * TreePanel.LevelOffset formula.
    See Also