'Declaration <Foundation.ExportAttribute("TreeIndent")> <BrowsableAttribute(True)> Public Property TreeIndent As Double
'Declaration
<Foundation.ExportAttribute("TreeIndent")> <BrowsableAttribute(True)> Public Property TreeIndent As Double
'Usage Dim instance As FlexGrid Dim value As Double instance.TreeIndent = value value = instance.TreeIndent
'Usage
Dim instance As FlexGrid Dim value As Double instance.TreeIndent = value value = instance.TreeIndent
[Foundation.Export("TreeIndent")] [Browsable(true)] public double TreeIndent {get; set;}
FlexGrid Class FlexGrid Members