Input for WinForms | ComponentOne
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 Integer
    public int LevelOffset {get; set;}
    Remarks
    Used in the TreeRow.Level * LevelOffset formula.
    See Also