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