'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the fill style applied to the surface.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property DecimalDimFillStyle As NFillStyle
'Usage
Dim instance As NNumericDisplayPanel Dim value As NFillStyle instance.DecimalDimFillStyle = value value = instance.DecimalDimFillStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the fill style applied to the surface.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle DecimalDimFillStyle {get; set;}