'Declaration
<System.ComponentModel.DefaultValueAttribute(30)> <System.ComponentModel.DescriptionAttribute("Gets/sets the width(height) of the waiting rect.")> Public Property WaitSize As System.Integer
'Usage
Dim instance As NWaitingBarProperties Dim value As System.Integer instance.WaitSize = value value = instance.WaitSize
[System.ComponentModel.DefaultValue(30)] [System.ComponentModel.Description("Gets/sets the width(height) of the waiting rect.")] public System.int WaitSize {get; set;}