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

In This Topic
    LevelOffset Property (TreePanel)
    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 * LevelOffset formula.
    See Also