'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the text formatting structure.")> Public Property TextFormat As NGdiPlusTextFormat
'Usage
Dim instance As NTreeListNodeTextSubItem Dim value As NGdiPlusTextFormat instance.TextFormat = value value = instance.TextFormat
[System.ComponentModel.Description("Gets/sets the text formatting structure.")] public NGdiPlusTextFormat TextFormat {get; set;}