'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the size of the cells in the contained in the indicator.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property DecimalCellSize As NSizeL
'Usage
Dim instance As NNumericDisplayPanel Dim value As NSizeL instance.DecimalCellSize = value value = instance.DecimalCellSize
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the size of the cells in the contained in the indicator.")] [System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)] public NSizeL DecimalCellSize {get; set;}