'Declaration
<System.ComponentModel.CategoryAttribute("Font")> <System.ComponentModel.DescriptionAttribute("Controls the size of the text font.")> Public Property EmSize As NLength
'Usage
Dim instance As NFontStyle Dim value As NLength instance.EmSize = value value = instance.EmSize
[System.ComponentModel.Category("Font")] [System.ComponentModel.Description("Controls the size of the text font.")] public NLength EmSize {get; set;}